Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateConfig ¶
Types ¶
type ConfigureCmd ¶
type ConfigureCmd struct {
Name string `arg:"" required:"" help:"policy name"`
}
type ConsoleCmd ¶
type ConsoleCmd struct{}
type InstallCmd ¶
type StartCmd ¶
type StartCmd struct {
Name string `arg:"" required:"" help:"policy name"`
SrcPath string `optional:"" type:"path" help:"path to source or bundle file"`
Interactive bool `optional:"" help:"interactive execution mode instead of the default daemon mode"`
ContainerName string `optional:"" default:"aserto-one" help:"container name"`
ContainerVersion string `optional:"" default:"latest" help:"container version" `
}
type UninstallCmd ¶
type UninstallCmd struct{}
Click to show internal directories.
Click to hide internal directories.