Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListAppsCommand ¶
type ListAppsCommand struct{}
func (ListAppsCommand) Run ¶
func (c ListAppsCommand) Run(cliConnection plugin.CliConnection, args []string)
Run list all deployed apps
type SampleCommand ¶
type SampleCommand struct{}
func (SampleCommand) Run ¶
func (c SampleCommand) Run(cliConnection plugin.CliConnection, args []string)
Run execute a sample command without arguments
type SampleCommandWithArgs ¶
type SampleCommandWithArgs struct{}
func (SampleCommandWithArgs) Run ¶
func (c SampleCommandWithArgs) Run(cliConnection plugin.CliConnection, args []string)
Run execute a sample command that takes arguments
Click to show internal directories.
Click to hide internal directories.