Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: internalVersion.CliName, Short: "The " + internalVersion.AppName, Long: ` The ` + internalVersion.AppName + ` is a command-line interface for interacting with DataRobot's application templates and authentication. It allows users to clone, configure, and deploy applications to their DataRobot production environment. `, }
RootCmd represents the base command when called without any subcommands
Functions ¶
func Execute ¶
func Execute() error
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func ExecuteContext ¶ added in v0.1.5
ExecuteContext executes the root command with the given context.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.