Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "app", Short: "Application management commands", Long: `Commands for creating and managing applications.`, Args: utils.NoArgs, PersistentPreRunE: middleware.ChainParent( middleware.CheckNodeInstalled, middleware.CheckNodeVersion("22.12"), middleware.CheckPnpmInstalled, ), RunE: func(cmd *cobra.Command, args []string) error { cmd.Help() return nil }, }
Cmd represents the app command
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.