command

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateSkillCommand

type CreateSkillCommand struct {
	UI cli.Ui
}

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

type DeleteSkillCommand struct {
	UI cli.Ui
}

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

type GenerateKeysCommand struct {
	UI cli.Ui
}

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

type GenerateSecretCommand struct {
	UI cli.Ui
}

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

type ListSkillsCommand struct {
	UI cli.Ui
}

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

type VersionCommand struct {
	Version string
	UI      cli.Ui
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL