Versions in this module Expand all Collapse all v0 v0.1.1 Sep 27, 2018 Changes in this version + func Get() *cli.Command + func GetSecret(client client.Interface, system v1.SystemID, secret tree.PathSubcomponent, ...) error + func Set() *cli.Command + func SetSecret(client client.Interface, system v1.SystemID, secret tree.PathSubcomponent, ...) error + func Unset() *cli.Command + func UnsetSecret(client client.Interface, system v1.SystemID, secret tree.PathSubcomponent, ...) error + type Command struct + Args cli.Args + Flags cli.Flags + MutuallyExclusiveFlags [][]string + Name string + RequiredFlagSet [][]string + Run func(ctx *SecretCommandContext, args []string, flags cli.Flags) error + Short string + Subcommands map[string]*cli.Command + func (c *Command) Command() *cli.Command + type SecretCommandContext struct + Secret tree.PathSubcomponent