Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "list", Short: "List all available templates", Long: `List all available templates in the DataRobot application.`, PreRunE: func(cmd *cobra.Command, _ []string) error { return auth.EnsureAuthenticatedE(cmd.Context()) }, Run: func(_ *cobra.Command, _ []string) { err := Run() if err != nil { log.Fatal(err) return } }, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.