Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "setup", Short: "🎉 Interactive template setup wizard", Long: `Launch the interactive template setup wizard to get started with DataRobot AI applications. 🎯 This wizard will help you: 1️⃣ Choose an AI application template 2️⃣ Clone it to your computer 3️⃣ Configure your environment 4️⃣ Get you ready to build! ⏱️ Takes about 3-5 minutes 🎉 You'll have a working AI app at the end 💡 Perfect for first-time users or someone starting a new project.`, RunE: func(cmd *cobra.Command, _ []string) error { return RunTea(cmd.Context()) }, }
Functions ¶
Types ¶
type HostModel ¶ added in v0.2.7
func NewHostModel ¶ added in v0.2.7
func NewHostModel() HostModel
type LoginModel ¶
type LoginModel struct {
APIKeyChan chan string
GetHostCmd tea.Cmd
SuccessCmd tea.Cmd
// contains filtered or unexported fields
}
func (LoginModel) Init ¶
func (lm LoginModel) Init() tea.Cmd
func (LoginModel) Update ¶
func (lm LoginModel) Update(msg tea.Msg) (LoginModel, tea.Cmd)
func (LoginModel) View ¶
func (lm LoginModel) View() string
Click to show internal directories.
Click to hide internal directories.