Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "clone", Short: "Clone application template", Long: `Clone application template into user provided directory.`, PreRunE: func(cmd *cobra.Command, _ []string) error { return auth.EnsureAuthenticatedE(cmd.Context()) }, Run: func(_ *cobra.Command, args []string) { err := Run(args) if err != nil { log.Fatal(err) return } }, ValidArgsFunction: completeTemplateIDs, }
Functions ¶
Types ¶
type Model ¶
func (*Model) SetTemplate ¶
Click to show internal directories.
Click to hide internal directories.