Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CheckCmd = &cobra.Command{
Use: "check",
Short: "Checks the status of a deployed site",
RunE: runCheck,
}
View Source
var CreateCmd = &cobra.Command{
Use: "create",
Short: "Creates a new site",
RunE: runCreate,
}
View Source
var DeployCmd = &cobra.Command{
Use: "deploy",
Short: "Deploys a site",
RunE: runDeploy,
}
View Source
var SitesCmd = &cobra.Command{
Use: "sites",
Short: "Manages sites",
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.