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 Completion() *cli.Command
func Profile ¶
func Profile() *cli.Command
Profile is the command containing subcommands for handling profiles.
func ProfileExport ¶ added in v0.3.0
func ProfileExport() *cli.Command
ProfileExport is a subcommand for exporting profiles.
func ProfileImport ¶ added in v0.3.0
func ProfileImport() *cli.Command
ProfileImport is a subcommand for importing profiles.
func ProfileNew ¶ added in v0.3.0
func ProfileNew() *cli.Command
ProfileNew is a subcommand for creating profiles.
func ProfileSet ¶ added in v0.3.0
func ProfileSet() *cli.Command
ProfileSet is a subcommand for setting current profile.
func ProfileUpdate ¶
func ProfileUpdate() *cli.Command
ProfileUpdate is a subcommand for updating profiles.
func SecretCreate ¶
func SecretCreate() *cli.Command
SecretCreate is a command for creating a secret.
func SecretDelete ¶
func SecretDelete() *cli.Command
SecretDelete is a command for deleting a secret.
func SecretGenerate ¶ added in v0.2.0
func SecretGenerate() *cli.Command
SecretGenerate is a command for generating a secret.
func SecretUpdate ¶
func SecretUpdate() *cli.Command
SecretUpdate is a command for updating a secret.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.