Documentation ¶
Index ¶
- Variables
- func DeployMachinesApp(ctx context.Context, app *api.AppCompact, strategy string, ...) (err error)
- func DeployWithConfig(ctx context.Context, appConfig *app.Config) (err error)
- func New() (cmd *cobra.Command)
- func RunReleaseCommand(ctx context.Context, app *api.AppCompact, appConfig *app.Config, ...) (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var CommonFlags = flag.Set{ flag.Region(), flag.Image(), flag.Now(), flag.RemoteOnly(false), flag.LocalOnly(), flag.Push(), flag.Detach(), flag.Strategy(), flag.Dockerfile(), flag.Ignorefile(), flag.ImageLabel(), flag.BuildArg(), flag.BuildSecret(), flag.BuildTarget(), flag.NoCache(), flag.Nixpacks(), flag.BuildOnly(), flag.StringSlice{ Name: "env", Shorthand: "e", Description: "Set of environment variables in the form of NAME=VALUE pairs. Can be specified multiple times.", }, flag.Bool{ Name: "auto-confirm", Description: "Will automatically confirm changes when running non-interactively.", }, }
Functions ¶
func DeployMachinesApp ¶ added in v0.0.357
func DeployMachinesApp(ctx context.Context, app *api.AppCompact, strategy string, machineConfig api.MachineConfig, appConfig *app.Config) (err error)
func DeployWithConfig ¶ added in v0.0.337
func RunReleaseCommand ¶ added in v0.0.371
func RunReleaseCommand(ctx context.Context, app *api.AppCompact, appConfig *app.Config, machineConfig api.MachineConfig) (err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.