Documentation
¶
Index ¶
- Variables
- func Completion() *cli.Command
- func Profile() *cli.Command
- func ProfileExport() *cli.Command
- func ProfileImport() *cli.Command
- func ProfileNew() *cli.Command
- func ProfileSet() *cli.Command
- func ProfileUpdate() *cli.Command
- func SecretCreate() *cli.Command
- func SecretDelete() *cli.Command
- func SecretGenerate() *cli.Command
- func SecretGet() *cli.Command
- func SecretList() *cli.Command
- func SecretUpdate() *cli.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnableToRetrieveConfig = errors.New("unable to retrieve config") ErrUnableToRetieveHandler = errors.New("unable to retrieve handler") )
Functions ¶
func Completion ¶
func ProfileExport ¶ added in v0.3.0
ProfileExport is a subcommand for exporting profiles.
func ProfileImport ¶ added in v0.3.0
ProfileImport is a subcommand for importing profiles.
func ProfileNew ¶ added in v0.3.0
ProfileNew is a subcommand for creating profiles.
func ProfileSet ¶ added in v0.3.0
ProfileSet is a subcommand for setting current profile.
func ProfileUpdate ¶
ProfileUpdate is a subcommand for updating profiles.
func SecretCreate ¶
SecretCreate is a command for creating a secret.
func SecretDelete ¶
SecretDelete is a command for deleting a secret.
func SecretGenerate ¶ added in v0.2.0
SecretGenerate is a command for generating a secret.
func SecretUpdate ¶
SecretUpdate is a command for updating a secret.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.