Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateSkillCommand ¶
CreateSkillCommand provides the entry point for the command
func (*CreateSkillCommand) Help ¶
func (c *CreateSkillCommand) Help() string
Help provies the help text for this command.
func (*CreateSkillCommand) Run ¶
func (c *CreateSkillCommand) Run(args []string) int
Run provides the command functionality
func (*CreateSkillCommand) Synopsis ¶
func (c *CreateSkillCommand) Synopsis() string
Synopsis provides the one liner
type DeleteSkillCommand ¶
DeleteSkillCommand provides the entry point for the command
func (*DeleteSkillCommand) Help ¶
func (c *DeleteSkillCommand) Help() string
Help provies the help text for this command.
func (*DeleteSkillCommand) Run ¶
func (c *DeleteSkillCommand) Run(args []string) int
Run provides the command functionality
func (*DeleteSkillCommand) Synopsis ¶
func (c *DeleteSkillCommand) Synopsis() string
Synopsis provides the one liner
type GenerateKeysCommand ¶
GenerateKeysCommand provides the entry point for the command
func (*GenerateKeysCommand) Help ¶
func (c *GenerateKeysCommand) Help() string
Help provies the help text for this command.
func (*GenerateKeysCommand) Run ¶
func (c *GenerateKeysCommand) Run(args []string) int
Run provides the command functionality
func (*GenerateKeysCommand) Synopsis ¶
func (c *GenerateKeysCommand) Synopsis() string
Synopsis provides the one liner
type GenerateSecretCommand ¶
GenerateSecretCommand provides the entry point for the command
func (*GenerateSecretCommand) Help ¶
func (c *GenerateSecretCommand) Help() string
Help provies the help text for this command.
func (*GenerateSecretCommand) Run ¶
func (c *GenerateSecretCommand) Run(args []string) int
Run provides the command functionality
func (*GenerateSecretCommand) Synopsis ¶
func (c *GenerateSecretCommand) Synopsis() string
Synopsis provides the one liner
type ListSkillsCommand ¶
ListSkillsCommand provides the entry point for the command
func (*ListSkillsCommand) Help ¶
func (c *ListSkillsCommand) Help() string
Help provies the help text for this command.
func (*ListSkillsCommand) Run ¶
func (c *ListSkillsCommand) Run(args []string) int
Run provides the command functionality
func (*ListSkillsCommand) Synopsis ¶
func (c *ListSkillsCommand) Synopsis() string
Synopsis provides the one liner
type VersionCommand ¶
VersionCommand is the top level struct for the cli VersionCommand. It holds a reference to the cli.Ui for logging etc.
func (*VersionCommand) Help ¶
func (c *VersionCommand) Help() string
Help provies the help text for this command.
func (*VersionCommand) Run ¶
func (c *VersionCommand) Run(_ []string) int
Run provides the command functionality
func (*VersionCommand) Synopsis ¶
func (c *VersionCommand) Synopsis() string
Synopsis provides the one liner