Documentation
¶
Overview ¶
Package deploy allows to run deployment-related subcommands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeployCmd = &cobra.Command{ Use: "deploy", Short: "Makes deployment to various platforms easy", Long: `Please see subcommands for details`, RunE: func(cmd *cobra.Command, args []string) error { if len(args) == 0 { return cmd.Help() } return nil }, }
DeployCmd represents the deploy command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.