Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "list", Short: "📋 List all available AI application templates", Long: `List all available AI application templates from DataRobot. This command shows you all the pre-built templates you can use to quickly start building AI applications. Each template includes: • Complete application structure • Pre-configured components • Documentation and examples • Ready-to-deploy setup 💡 Use 'dr templates setup' for an interactive selection experience.`, PreRunE: auth.EnsureAuthenticatedE, 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.