Documentation ¶
Index ¶
- Variables
- func CreateCmdFn() *cobra.Command
- func CreateService(cmd *cobra.Command, args []string) error
- func Execute() error
- func InfraCmdFn() *cobra.Command
- func InfraSetup(cmd *cobra.Command, args []string) error
- func InitCmdFn() *cobra.Command
- func InitStack(cmd *cobra.Command, args []string) error
- func RootCmdFn() *cobra.Command
- func RunService(*cobra.Command, []string) error
- func RunStacks(cmd *cobra.Command, args []string) error
- func RunTest(*cobra.Command, []string) error
- func ServiceCmdFn() *cobra.Command
- func StacksCmdFn() *cobra.Command
- func TestCommandFn() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var CreateCmd = CreateCmdFn()
View Source
var InfraCmd = InfraCmdFn()
View Source
var InitCmd = InitCmdFn()
View Source
var RootCmd = RootCmdFn()
RootCmd is the command variable of root command picky.
View Source
var ServiceCmd = ServiceCmdFn()
View Source
var StacksCmd = StacksCmdFn()
View Source
var TestCommand = TestCommandFn()
Functions ¶
func CreateCmdFn ¶
func Execute ¶
func Execute() error
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func InfraCmdFn ¶
func ServiceCmdFn ¶
ServiceCmdFn represents the ServiceCmd command
func StacksCmdFn ¶
func TestCommandFn ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.