Documentation ¶
Index ¶
- func NewBanCommand() cli.Command
- func NewBanCommandWithEnv(env *common_cli.Env) cli.Command
- func NewCountCommand() cli.Command
- func NewCountCommandWithEnv(env *common_cli.Env) cli.Command
- func NewEvictCommand() cli.Command
- func NewEvictCommandWithEnv(env *common_cli.Env) cli.Command
- func NewListCommand() cli.Command
- func NewListCommandWithEnv(env *common_cli.Env) cli.Command
- func NewShowCommand() cli.Command
- func NewShowCommandWithEnv(env *common_cli.Env) cli.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBanCommand ¶ added in v1.0.0
NewBanCommand creates a new "ban" subcommand for "agent" command.
func NewBanCommandWithEnv ¶ added in v1.0.0
func NewBanCommandWithEnv(env *common_cli.Env) cli.Command
NewBanCommandWithEnv creates a new "ban" subcommand for "agent" command using the environment specified
func NewCountCommand ¶ added in v1.0.0
NewCountCommand creates a new "count" subcommand for "agent" command.
func NewCountCommandWithEnv ¶ added in v1.0.0
func NewCountCommandWithEnv(env *common_cli.Env) cli.Command
NewCountCommandWithEnv creates a new "count" subcommand for "agent" command using the environment specified.
func NewEvictCommand ¶ added in v0.12.0
NewEvictCommand creates a new "evict" subcommand for "agent" command.
func NewEvictCommandWithEnv ¶ added in v0.12.0
func NewEvictCommandWithEnv(env *common_cli.Env) cli.Command
NewEvictCommandWithEnv creates a new "evict" subcommand for "agent" command using the environment specified
func NewListCommand ¶ added in v0.12.0
NewListCommand creates a new "list" subcommand for "agent" command.
func NewListCommandWithEnv ¶ added in v0.12.0
func NewListCommandWithEnv(env *common_cli.Env) cli.Command
NewListCommandWithEnv creates a new "list" subcommand for "agent" command using the environment specified
func NewShowCommand ¶ added in v0.12.0
NewShowCommand creates a new "show" subcommand for "agent" command.
func NewShowCommandWithEnv ¶ added in v0.12.0
func NewShowCommandWithEnv(env *common_cli.Env) cli.Command
NewShowCommandWithEnv creates a new "show" subcommand for "agent" command using the environment specified
Types ¶
This section is empty.