shuttle
shuttle copied to clipboard
CLI for handling shared build and deploy tools between projects no matter what technologies the projects are using
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...
As a user, I would like to architect my scripts in smaller chunks, but be able to call them all with a "super target", so that I can make only...
https://github.com/lunarway/shuttle/blob/32772467d5b6e43695164f023c06938b72fb3e2b/cmd/completion.go#L1 we are currently missing license holder for script source copy right claim.
It would be great if there was a way to list all available templates for a given plan. This could help users identify unexpected overwrites of plan templates and also...
It does not make sense that scripts do not have actions, so fail running the script if so. Plus maybe consider a warning when doing an overall validation.
It is hard and error-prone to use the `vars` system. What `vars` can be used? Did I misspell some of them? Add some level of schema for the `vars`, so...
If would be great if arguments for scripts were validated before issuing the command. It would require some syntax for writing requirements of an argument in a plan. This could...
Support scripts with default values for non-required arguments
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dagger.io/dagger](https://togithub.com/dagger/dagger-go-sdk) | require | minor | `v0.7.3` -> `v0.11.1` | | [github.com/google/uuid](https://togithub.com/google/uuid) |...
This pr adds everything required for pushing an extension to and upstream registry, currently only github is supported. It contains quite a lot of code, and is a bit crufty,...