Documentation
¶
Index ¶
- func BuildImage(ctx context.Context, imageRef string, image *config.Image, configPath string) error
- func CompletionCmd() *cobra.Command
- func DeployAppCmd(configPath *string, flags *appCmdFlags) *cobra.Command
- func LogsCmd(configPath *string, flags *appCmdFlags) *cobra.Command
- func NewRootCmd() *cobra.Command
- func ResolveImageBuilds(targets map[string]config.TargetConfig) (map[string]*config.Image, map[string][]*config.Image, ...)
- func RollbackAppCmd(configPath *string, flags *appCmdFlags) *cobra.Command
- func RollbackTargetsCmd(configPath *string, flags *appCmdFlags) *cobra.Command
- func ServerAddCmd() *cobra.Command
- func ServerCmd() *cobra.Command
- func ServerDeleteCmd() *cobra.Command
- func ServerListCmd() *cobra.Command
- func StatusAppCmd(configPath *string, flags *appCmdFlags) *cobra.Command
- func StopAppCmd(configPath *string, flags *appCmdFlags) *cobra.Command
- func UploadImage(ctx context.Context, imageRef string, ...) error
- func ValidateAppConfigCmd(configPath *string) *cobra.Command
- func VersionCmd(configPath *string, flags *appCmdFlags) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildImage ¶
BuildImage builds a Docker image using the provided image configuration
func CompletionCmd ¶
NewCompletionCmd creates a new completion command
func DeployAppCmd ¶
func NewRootCmd ¶
func ResolveImageBuilds ¶
func RollbackAppCmd ¶
func RollbackTargetsCmd ¶
func ServerAddCmd ¶
func ServerDeleteCmd ¶
func ServerListCmd ¶
func StatusAppCmd ¶
func StopAppCmd ¶
func UploadImage ¶
func UploadImage(ctx context.Context, imageRef string, resolvedTargetConfigs []*config.TargetConfig) error
UploadImage uploads a Docker image tar to the specified server
func ValidateAppConfigCmd ¶
func VersionCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.