Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitializrCommand ¶
InitializrCommand creates a new top level "initializr" command
func PlatformCommand ¶
PlatformCommand has no direct actions. It is a container for subcommands such as `platform list`
func PlatformListCommand ¶
PlatformListCommand will setup the actions triggerd by the `platform list` command
func RootCommand ¶
RootCommand confifures the various commands and subcommands provided by `lift`
Types ¶
type InitialzrNewCommand ¶
type InitialzrNewCommand struct {
// contains filtered or unexported fields
}
InitialzrNewCommand contains the fields needed to create a new project and store it on disk.
func NewInitialzrCommand ¶
func NewInitialzrCommand() *InitialzrNewCommand
NewInitialzrCommand initializes the cobra.Command field and returns a pointer to a new InitialzrNewCommand instance.
Click to show internal directories.
Click to hide internal directories.