Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CipCmd = &cobra.Command{ Use: "cip", Short: "Promote images from a staging registry to production", Long: `cip - Kubernetes container image promoter Promote images from a staging registry to production `, SilenceUsage: true, SilenceErrors: true, RunE: func(cmd *cobra.Command, args []string) error { return errors.Wrap( cli.RunPromoteCmd(runOpts), "run `cip run`", ) }, }
CipCmd represents the base command when called without any subcommands TODO: Update command description.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.