Versions in this module Expand all Collapse all v1 v1.1.7 Apr 1, 2021 Changes in this version + const ConfigPathEnv + const DefaultConfigPath + const EnvVaultCLINoColor + const EnvVaultFormat + var Commands map[string]cli.CommandFactory + var Formatters = map[string]Formatter + func DefaultTokenHelper() (token.THelper, error) + func Format(ui cli.Ui) string + func MakeShutdownCh() chan struct + func MakeSigUSR2Ch() chan struct + func MakeSighupCh() chan struct + func OutputData(ui cli.Ui, data interface{}) int + func OutputList(ui cli.Ui, data interface{}) int + func OutputSealStatus(ui cli.Ui, client *api.Client, status *api.SealStatusResponse) int + func OutputSecret(ui cli.Ui, secret *api.Secret) int + func PredictClient() *api.Client + func PrintRaw(ui cli.Ui, str string) int + func PrintRawField(ui cli.Ui, data interface{}, field string) int + func RawField(secret *api.Secret, field string) interface + func Run(args []string) int + func RunCustom(args []string, runOpts *RunOptions) int + func SetStorageMigration(b physical.Backend, active bool) error + type AgentCommand struct + ShutdownCh chan struct{} + SighupCh chan struct{} + func (c *AgentCommand) AutocompleteArgs() complete.Predictor + func (c *AgentCommand) AutocompleteFlags() complete.Flags + func (c *AgentCommand) Flags() *FlagSets + func (c *AgentCommand) Help() string + func (c *AgentCommand) Run(args []string) int + func (c *AgentCommand) Synopsis() string + type AuditCommand struct + func (c *AuditCommand) Help() string + func (c *AuditCommand) Run(args []string) int + func (c *AuditCommand) Synopsis() string + type AuditDisableCommand struct + func (c *AuditDisableCommand) AutocompleteArgs() complete.Predictor + func (c *AuditDisableCommand) AutocompleteFlags() complete.Flags + func (c *AuditDisableCommand) Flags() *FlagSets + func (c *AuditDisableCommand) Help() string + func (c *AuditDisableCommand) Run(args []string) int + func (c *AuditDisableCommand) Synopsis() string + type AuditEnableCommand struct + func (c *AuditEnableCommand) AutocompleteArgs() complete.Predictor + func (c *AuditEnableCommand) AutocompleteFlags() complete.Flags + func (c *AuditEnableCommand) Flags() *FlagSets + func (c *AuditEnableCommand) Help() string + func (c *AuditEnableCommand) Run(args []string) int + func (c *AuditEnableCommand) Synopsis() string + type AuditListCommand struct + func (c *AuditListCommand) AutocompleteArgs() complete.Predictor + func (c *AuditListCommand) AutocompleteFlags() complete.Flags + func (c *AuditListCommand) Flags() *FlagSets + func (c *AuditListCommand) Help() string + func (c *AuditListCommand) Run(args []string) int + func (c *AuditListCommand) Synopsis() string + type AuthCommand struct + func (c *AuthCommand) Help() string + func (c *AuthCommand) Run(args []string) int + func (c *AuthCommand) Synopsis() string + type AuthDisableCommand struct + func (c *AuthDisableCommand) AutocompleteArgs() complete.Predictor + func (c *AuthDisableCommand) AutocompleteFlags() complete.Flags + func (c *AuthDisableCommand) Flags() *FlagSets + func (c *AuthDisableCommand) Help() string + func (c *AuthDisableCommand) Run(args []string) int + func (c *AuthDisableCommand) Synopsis() string + type AuthEnableCommand struct + func (c *AuthEnableCommand) AutocompleteArgs() complete.Predictor + func (c *AuthEnableCommand) AutocompleteFlags() complete.Flags + func (c *AuthEnableCommand) Flags() *FlagSets + func (c *AuthEnableCommand) Help() string + func (c *AuthEnableCommand) Run(args []string) int + func (c *AuthEnableCommand) Synopsis() string + type AuthHelpCommand struct + Handlers map[string]LoginHandler + func (c *AuthHelpCommand) AutocompleteArgs() complete.Predictor + func (c *AuthHelpCommand) AutocompleteFlags() complete.Flags + func (c *AuthHelpCommand) Flags() *FlagSets + func (c *AuthHelpCommand) Help() string + func (c *AuthHelpCommand) Run(args []string) int + func (c *AuthHelpCommand) Synopsis() string + type AuthListCommand struct + func (c *AuthListCommand) AutocompleteArgs() complete.Predictor + func (c *AuthListCommand) AutocompleteFlags() complete.Flags + func (c *AuthListCommand) Flags() *FlagSets + func (c *AuthListCommand) Help() string + func (c *AuthListCommand) Run(args []string) int + func (c *AuthListCommand) Synopsis() string + type AuthTuneCommand struct + func (c *AuthTuneCommand) AutocompleteArgs() complete.Predictor + func (c *AuthTuneCommand) AutocompleteFlags() complete.Flags + func (c *AuthTuneCommand) Flags() *FlagSets + func (c *AuthTuneCommand) Help() string + func (c *AuthTuneCommand) Run(args []string) int + func (c *AuthTuneCommand) Synopsis() string + type BaseCommand struct + UI cli.Ui + func (b *BaseCommand) Client() (*api.Client, error) + func (b *BaseCommand) DefaultWrappingLookupFunc(operation, path string) string + func (b *BaseCommand) PredictVaultAudits() complete.Predictor + func (b *BaseCommand) PredictVaultAuths() complete.Predictor + func (b *BaseCommand) PredictVaultAvailableAuths() complete.Predictor + func (b *BaseCommand) PredictVaultAvailableMounts() complete.Predictor + func (b *BaseCommand) PredictVaultFiles() complete.Predictor + func (b *BaseCommand) PredictVaultFolders() complete.Predictor + func (b *BaseCommand) PredictVaultMounts() complete.Predictor + func (b *BaseCommand) PredictVaultPlugins(pluginTypes ...consts.PluginType) complete.Predictor + func (b *BaseCommand) PredictVaultPolicies() complete.Predictor + func (b *BaseCommand) SetAddress(addr string) + func (b *BaseCommand) SetTokenHelper(th token.THelper) + func (b *BaseCommand) TokenHelper() (token.THelper, error) + type BoolVar struct + Aliases []string + Completion complete.Predictor + Default bool + EnvVar string + Hidden bool + Name string + Target *bool + Usage string + type DefaultConfig struct + TokenHelper string + func Config() (*DefaultConfig, error) + func LoadConfig(path string) (*DefaultConfig, error) + func ParseConfig(contents string) (*DefaultConfig, error) + type DeleteCommand struct + func (c *DeleteCommand) AutocompleteArgs() complete.Predictor + func (c *DeleteCommand) AutocompleteFlags() complete.Flags + func (c *DeleteCommand) Flags() *FlagSets + func (c *DeleteCommand) Help() string + func (c *DeleteCommand) Run(args []string) int + func (c *DeleteCommand) Synopsis() string + type DurationVar struct + Aliases []string + Completion complete.Predictor + Default time.Duration + EnvVar string + Hidden bool + Name string + Target *time.Duration + Usage string + type FileCommand struct + func (c *FileCommand) Help() string + func (c *FileCommand) Run(args []string) int + func (c *FileCommand) Synopsis() string + type FileDecryptCommand struct + func (c *FileDecryptCommand) AutocompleteArgs() complete.Predictor + func (c *FileDecryptCommand) AutocompleteFlags() complete.Flags + func (c *FileDecryptCommand) Flags() *FlagSets + func (c *FileDecryptCommand) Help() string + func (c *FileDecryptCommand) Run(args []string) int + func (c *FileDecryptCommand) Synopsis() string + type FileEncryptCommand struct + func (c *FileEncryptCommand) AutocompleteArgs() complete.Predictor + func (c *FileEncryptCommand) AutocompleteFlags() complete.Flags + func (c *FileEncryptCommand) Flags() *FlagSets + func (c *FileEncryptCommand) Help() string + func (c *FileEncryptCommand) Run(args []string) int + func (c *FileEncryptCommand) Synopsis() string + type FinanceBondsCommand struct + func (c *FinanceBondsCommand) AutocompleteArgs() complete.Predictor + func (c *FinanceBondsCommand) AutocompleteFlags() complete.Flags + func (c *FinanceBondsCommand) Flags() *FlagSets + func (c *FinanceBondsCommand) Help() string + func (c *FinanceBondsCommand) Run(args []string) int + func (c *FinanceBondsCommand) Synopsis() string + type FinanceCashflowCommand struct + func (c *FinanceCashflowCommand) AutocompleteArgs() complete.Predictor + func (c *FinanceCashflowCommand) AutocompleteFlags() complete.Flags + func (c *FinanceCashflowCommand) Flags() *FlagSets + func (c *FinanceCashflowCommand) Help() string + func (c *FinanceCashflowCommand) Run(args []string) int + func (c *FinanceCashflowCommand) Synopsis() string + type FinanceCommand struct + func (c *FinanceCommand) Help() string + func (c *FinanceCommand) Run(args []string) int + func (c *FinanceCommand) Synopsis() string + type FinanceDepreciationCommand struct + func (c *FinanceDepreciationCommand) AutocompleteArgs() complete.Predictor + func (c *FinanceDepreciationCommand) AutocompleteFlags() complete.Flags + func (c *FinanceDepreciationCommand) Flags() *FlagSets + func (c *FinanceDepreciationCommand) Help() string + func (c *FinanceDepreciationCommand) Run(args []string) int + func (c *FinanceDepreciationCommand) Synopsis() string + type FinanceRatesCommand struct + func (c *FinanceRatesCommand) AutocompleteArgs() complete.Predictor + func (c *FinanceRatesCommand) AutocompleteFlags() complete.Flags + func (c *FinanceRatesCommand) Flags() *FlagSets + func (c *FinanceRatesCommand) Help() string + func (c *FinanceRatesCommand) Run(args []string) int + func (c *FinanceRatesCommand) Synopsis() string + type FinanceTvmCommand struct + func (c *FinanceTvmCommand) AutocompleteArgs() complete.Predictor + func (c *FinanceTvmCommand) AutocompleteFlags() complete.Flags + func (c *FinanceTvmCommand) Flags() *FlagSets + func (c *FinanceTvmCommand) Help() string + func (c *FinanceTvmCommand) Run(args []string) int + func (c *FinanceTvmCommand) Synopsis() string + type FlagBool interface + IsBoolFlag func() bool + type FlagExample interface + Example func() string + type FlagSet struct + func NewFlagSet(name string) *FlagSet + func (f *FlagSet) BoolVar(i *BoolVar) + func (f *FlagSet) DurationVar(i *DurationVar) + func (f *FlagSet) Float64Var(i *Float64Var) + func (f *FlagSet) Int64Var(i *Int64Var) + func (f *FlagSet) IntVar(i *IntVar) + func (f *FlagSet) Name() string + func (f *FlagSet) StringMapVar(i *StringMapVar) + func (f *FlagSet) StringSliceVar(i *StringSliceVar) + func (f *FlagSet) StringVar(i *StringVar) + func (f *FlagSet) Uint64Var(i *Uint64Var) + func (f *FlagSet) UintVar(i *UintVar) + func (f *FlagSet) Var(value flag.Value, name, usage string) + func (f *FlagSet) VarFlag(i *VarFlag) + func (f *FlagSet) Visit(fn func(*flag.Flag)) + func (f *FlagSet) VisitAll(fn func(*flag.Flag)) + type FlagSetBit uint + const FlagSetHTTP + const FlagSetNone + const FlagSetOutputField + const FlagSetOutputFormat + type FlagSets struct + func NewFlagSets() *FlagSets + func (f *FlagSets) Args() []string + func (f *FlagSets) Completions() complete.Flags + func (f *FlagSets) Help() string + func (f *FlagSets) NewFlagSet(name string) *FlagSet + func (f *FlagSets) Parse(args []string) error + func (f *FlagSets) Parsed() bool + func (f *FlagSets) Visit(fn func(*flag.Flag)) + type FlagVisibility interface + Hidden func() bool + type Float64Var struct + Aliases []string + Completion complete.Predictor + Default float64 + EnvVar string + Hidden bool + Name string + Target *float64 + Usage string + type FormatOptions struct + Format string + type Formatter interface + Format func(data interface{}) ([]byte, error) + Output func(ui cli.Ui, secret *api.Secret, data interface{}) error + type Int64Var struct + Aliases []string + Completion complete.Predictor + Default int64 + EnvVar string + Hidden bool + Name string + Target *int64 + Usage string + type IntVar struct + Aliases []string + Completion complete.Predictor + Default int + EnvVar string + Hidden bool + Name string + Target *int + Usage string + type JsonFormatter struct + func (j JsonFormatter) Format(data interface{}) ([]byte, error) + func (j JsonFormatter) Output(ui cli.Ui, secret *api.Secret, data interface{}) error + type KVCommand struct + func (c *KVCommand) Help() string + func (c *KVCommand) Run(args []string) int + func (c *KVCommand) Synopsis() string + type KVDeleteCommand struct + func (c *KVDeleteCommand) AutocompleteArgs() complete.Predictor + func (c *KVDeleteCommand) AutocompleteFlags() complete.Flags + func (c *KVDeleteCommand) Flags() *FlagSets + func (c *KVDeleteCommand) Help() string + func (c *KVDeleteCommand) Run(args []string) int + func (c *KVDeleteCommand) Synopsis() string + type KVDestroyCommand struct + func (c *KVDestroyCommand) AutocompleteArgs() complete.Predictor + func (c *KVDestroyCommand) AutocompleteFlags() complete.Flags + func (c *KVDestroyCommand) Flags() *FlagSets + func (c *KVDestroyCommand) Help() string + func (c *KVDestroyCommand) Run(args []string) int + func (c *KVDestroyCommand) Synopsis() string + type KVEnableVersioningCommand struct + func (c *KVEnableVersioningCommand) AutocompleteArgs() complete.Predictor + func (c *KVEnableVersioningCommand) AutocompleteFlags() complete.Flags + func (c *KVEnableVersioningCommand) Flags() *FlagSets + func (c *KVEnableVersioningCommand) Help() string + func (c *KVEnableVersioningCommand) Run(args []string) int + func (c *KVEnableVersioningCommand) Synopsis() string + type KVGetCommand struct + func (c *KVGetCommand) AutocompleteArgs() complete.Predictor + func (c *KVGetCommand) AutocompleteFlags() complete.Flags + func (c *KVGetCommand) Flags() *FlagSets + func (c *KVGetCommand) Help() string + func (c *KVGetCommand) Run(args []string) int + func (c *KVGetCommand) Synopsis() string + type KVListCommand struct + func (c *KVListCommand) AutocompleteArgs() complete.Predictor + func (c *KVListCommand) AutocompleteFlags() complete.Flags + func (c *KVListCommand) Flags() *FlagSets + func (c *KVListCommand) Help() string + func (c *KVListCommand) Run(args []string) int + func (c *KVListCommand) Synopsis() string + type KVMetadataCommand struct + func (c *KVMetadataCommand) Help() string + func (c *KVMetadataCommand) Run(args []string) int + func (c *KVMetadataCommand) Synopsis() string + type KVMetadataDeleteCommand struct + func (c *KVMetadataDeleteCommand) AutocompleteArgs() complete.Predictor + func (c *KVMetadataDeleteCommand) AutocompleteFlags() complete.Flags + func (c *KVMetadataDeleteCommand) Flags() *FlagSets + func (c *KVMetadataDeleteCommand) Help() string + func (c *KVMetadataDeleteCommand) Run(args []string) int + func (c *KVMetadataDeleteCommand) Synopsis() string + type KVMetadataGetCommand struct + func (c *KVMetadataGetCommand) AutocompleteArgs() complete.Predictor + func (c *KVMetadataGetCommand) AutocompleteFlags() complete.Flags + func (c *KVMetadataGetCommand) Flags() *FlagSets + func (c *KVMetadataGetCommand) Help() string + func (c *KVMetadataGetCommand) Run(args []string) int + func (c *KVMetadataGetCommand) Synopsis() string + type KVMetadataPutCommand struct + func (c *KVMetadataPutCommand) AutocompleteArgs() complete.Predictor + func (c *KVMetadataPutCommand) AutocompleteFlags() complete.Flags + func (c *KVMetadataPutCommand) Flags() *FlagSets + func (c *KVMetadataPutCommand) Help() string + func (c *KVMetadataPutCommand) Run(args []string) int + func (c *KVMetadataPutCommand) Synopsis() string + type KVPatchCommand struct + func (c *KVPatchCommand) AutocompleteArgs() complete.Predictor + func (c *KVPatchCommand) AutocompleteFlags() complete.Flags + func (c *KVPatchCommand) Flags() *FlagSets + func (c *KVPatchCommand) Help() string + func (c *KVPatchCommand) Run(args []string) int + func (c *KVPatchCommand) Synopsis() string + type KVPutCommand struct + func (c *KVPutCommand) AutocompleteArgs() complete.Predictor + func (c *KVPutCommand) AutocompleteFlags() complete.Flags + func (c *KVPutCommand) Flags() *FlagSets + func (c *KVPutCommand) Help() string + func (c *KVPutCommand) Run(args []string) int + func (c *KVPutCommand) Synopsis() string + type KVRollbackCommand struct + func (c *KVRollbackCommand) AutocompleteArgs() complete.Predictor + func (c *KVRollbackCommand) AutocompleteFlags() complete.Flags + func (c *KVRollbackCommand) Flags() *FlagSets + func (c *KVRollbackCommand) Help() string + func (c *KVRollbackCommand) Run(args []string) int + func (c *KVRollbackCommand) Synopsis() string + type KVUndeleteCommand struct + func (c *KVUndeleteCommand) AutocompleteArgs() complete.Predictor + func (c *KVUndeleteCommand) AutocompleteFlags() complete.Flags + func (c *KVUndeleteCommand) Flags() *FlagSets + func (c *KVUndeleteCommand) Help() string + func (c *KVUndeleteCommand) Run(args []string) int + func (c *KVUndeleteCommand) Synopsis() string + type LeaseCommand struct + func (c *LeaseCommand) Help() string + func (c *LeaseCommand) Run(args []string) int + func (c *LeaseCommand) Synopsis() string + type LeaseLookupCommand struct + func (c *LeaseLookupCommand) AutocompleteArgs() complete.Predictor + func (c *LeaseLookupCommand) AutocompleteFlags() complete.Flags + func (c *LeaseLookupCommand) Flags() *FlagSets + func (c *LeaseLookupCommand) Help() string + func (c *LeaseLookupCommand) Run(args []string) int + func (c *LeaseLookupCommand) Synopsis() string + type LeaseRenewCommand struct + func (c *LeaseRenewCommand) AutocompleteArgs() complete.Predictor + func (c *LeaseRenewCommand) AutocompleteFlags() complete.Flags + func (c *LeaseRenewCommand) Flags() *FlagSets + func (c *LeaseRenewCommand) Help() string + func (c *LeaseRenewCommand) Run(args []string) int + func (c *LeaseRenewCommand) Synopsis() string + type LeaseRevokeCommand struct + func (c *LeaseRevokeCommand) AutocompleteArgs() complete.Predictor + func (c *LeaseRevokeCommand) AutocompleteFlags() complete.Flags + func (c *LeaseRevokeCommand) Flags() *FlagSets + func (c *LeaseRevokeCommand) Help() string + func (c *LeaseRevokeCommand) Run(args []string) int + func (c *LeaseRevokeCommand) Synopsis() string + type ListCommand struct + func (c *ListCommand) AutocompleteArgs() complete.Predictor + func (c *ListCommand) AutocompleteFlags() complete.Flags + func (c *ListCommand) Flags() *FlagSets + func (c *ListCommand) Help() string + func (c *ListCommand) Run(args []string) int + func (c *ListCommand) Synopsis() string + type LoginCommand struct + Handlers map[string]LoginHandler + func (c *LoginCommand) AutocompleteArgs() complete.Predictor + func (c *LoginCommand) AutocompleteFlags() complete.Flags + func (c *LoginCommand) Flags() *FlagSets + func (c *LoginCommand) Help() string + func (c *LoginCommand) Run(args []string) int + func (c *LoginCommand) Synopsis() string + type LoginHandler interface + Auth func(*api.Client, map[string]string) (*api.Secret, error) + Help func() string + type NamespaceCommand struct + func (c *NamespaceCommand) Help() string + func (c *NamespaceCommand) Run(args []string) int + func (c *NamespaceCommand) Synopsis() string + type NamespaceCreateCommand struct + func (c *NamespaceCreateCommand) AutocompleteArgs() complete.Predictor + func (c *NamespaceCreateCommand) AutocompleteFlags() complete.Flags + func (c *NamespaceCreateCommand) Flags() *FlagSets + func (c *NamespaceCreateCommand) Help() string + func (c *NamespaceCreateCommand) Run(args []string) int + func (c *NamespaceCreateCommand) Synopsis() string + type NamespaceDeleteCommand struct + func (c *NamespaceDeleteCommand) AutocompleteArgs() complete.Predictor + func (c *NamespaceDeleteCommand) AutocompleteFlags() complete.Flags + func (c *NamespaceDeleteCommand) Flags() *FlagSets + func (c *NamespaceDeleteCommand) Help() string + func (c *NamespaceDeleteCommand) Run(args []string) int + func (c *NamespaceDeleteCommand) Synopsis() string + type NamespaceListCommand struct + func (c *NamespaceListCommand) AutocompleteArgs() complete.Predictor + func (c *NamespaceListCommand) AutocompleteFlags() complete.Flags + func (c *NamespaceListCommand) Flags() *FlagSets + func (c *NamespaceListCommand) Help() string + func (c *NamespaceListCommand) Run(args []string) int + func (c *NamespaceListCommand) Synopsis() string + type NamespaceLookupCommand struct + func (c *NamespaceLookupCommand) AutocompleteArgs() complete.Predictor + func (c *NamespaceLookupCommand) AutocompleteFlags() complete.Flags + func (c *NamespaceLookupCommand) Flags() *FlagSets + func (c *NamespaceLookupCommand) Help() string + func (c *NamespaceLookupCommand) Run(args []string) int + func (c *NamespaceLookupCommand) Synopsis() string + type OperatorCommand struct + func (c *OperatorCommand) Help() string + func (c *OperatorCommand) Run(args []string) int + func (c *OperatorCommand) Synopsis() string + type OperatorGenerateRootCommand struct + func (c *OperatorGenerateRootCommand) AutocompleteArgs() complete.Predictor + func (c *OperatorGenerateRootCommand) AutocompleteFlags() complete.Flags + func (c *OperatorGenerateRootCommand) Flags() *FlagSets + func (c *OperatorGenerateRootCommand) Help() string + func (c *OperatorGenerateRootCommand) Run(args []string) int + func (c *OperatorGenerateRootCommand) Synopsis() string + type OperatorInitCommand struct + func (c *OperatorInitCommand) AutocompleteArgs() complete.Predictor + func (c *OperatorInitCommand) AutocompleteFlags() complete.Flags + func (c *OperatorInitCommand) Flags() *FlagSets + func (c *OperatorInitCommand) Help() string + func (c *OperatorInitCommand) Run(args []string) int + func (c *OperatorInitCommand) Synopsis() string + type OperatorKeyStatusCommand struct + func (c *OperatorKeyStatusCommand) AutocompleteArgs() complete.Predictor + func (c *OperatorKeyStatusCommand) AutocompleteFlags() complete.Flags + func (c *OperatorKeyStatusCommand) Flags() *FlagSets + func (c *OperatorKeyStatusCommand) Help() string + func (c *OperatorKeyStatusCommand) Run(args []string) int + func (c *OperatorKeyStatusCommand) Synopsis() string + type OperatorMigrateCommand struct + PhysicalBackends map[string]physical.Factory + ShutdownCh chan struct{} + func (c *OperatorMigrateCommand) AutocompleteArgs() complete.Predictor + func (c *OperatorMigrateCommand) AutocompleteFlags() complete.Flags + func (c *OperatorMigrateCommand) Flags() *FlagSets + func (c *OperatorMigrateCommand) Help() string + func (c *OperatorMigrateCommand) Run(args []string) int + func (c *OperatorMigrateCommand) Synopsis() string + type OperatorRekeyCommand struct + func (c *OperatorRekeyCommand) AutocompleteArgs() complete.Predictor + func (c *OperatorRekeyCommand) AutocompleteFlags() complete.Flags + func (c *OperatorRekeyCommand) Flags() *FlagSets + func (c *OperatorRekeyCommand) Help() string + func (c *OperatorRekeyCommand) Run(args []string) int + func (c *OperatorRekeyCommand) Synopsis() string + type OperatorRotateCommand struct + func (c *OperatorRotateCommand) AutocompleteArgs() complete.Predictor + func (c *OperatorRotateCommand) AutocompleteFlags() complete.Flags + func (c *OperatorRotateCommand) Flags() *FlagSets + func (c *OperatorRotateCommand) Help() string + func (c *OperatorRotateCommand) Run(args []string) int + func (c *OperatorRotateCommand) Synopsis() string + type OperatorSealCommand struct + func (c *OperatorSealCommand) AutocompleteArgs() complete.Predictor + func (c *OperatorSealCommand) AutocompleteFlags() complete.Flags + func (c *OperatorSealCommand) Flags() *FlagSets + func (c *OperatorSealCommand) Help() string + func (c *OperatorSealCommand) Run(args []string) int + func (c *OperatorSealCommand) Synopsis() string + type OperatorStepDownCommand struct + func (c *OperatorStepDownCommand) AutocompleteArgs() complete.Predictor + func (c *OperatorStepDownCommand) AutocompleteFlags() complete.Flags + func (c *OperatorStepDownCommand) Flags() *FlagSets + func (c *OperatorStepDownCommand) Help() string + func (c *OperatorStepDownCommand) Run(args []string) int + func (c *OperatorStepDownCommand) Synopsis() string + type OperatorUnsealCommand struct + func (c *OperatorUnsealCommand) AutocompleteArgs() complete.Predictor + func (c *OperatorUnsealCommand) AutocompleteFlags() complete.Flags + func (c *OperatorUnsealCommand) Flags() *FlagSets + func (c *OperatorUnsealCommand) Help() string + func (c *OperatorUnsealCommand) Run(args []string) int + func (c *OperatorUnsealCommand) Synopsis() string + type PathHelpCommand struct + func (c *PathHelpCommand) AutocompleteArgs() complete.Predictor + func (c *PathHelpCommand) AutocompleteFlags() complete.Flags + func (c *PathHelpCommand) Flags() *FlagSets + func (c *PathHelpCommand) Help() string + func (c *PathHelpCommand) Run(args []string) int + func (c *PathHelpCommand) Synopsis() string + type PluginCommand struct + func (c *PluginCommand) Help() string + func (c *PluginCommand) Run(args []string) int + func (c *PluginCommand) Synopsis() string + type PluginDeregisterCommand struct + func (c *PluginDeregisterCommand) AutocompleteArgs() complete.Predictor + func (c *PluginDeregisterCommand) AutocompleteFlags() complete.Flags + func (c *PluginDeregisterCommand) Flags() *FlagSets + func (c *PluginDeregisterCommand) Help() string + func (c *PluginDeregisterCommand) Run(args []string) int + func (c *PluginDeregisterCommand) Synopsis() string + type PluginInfoCommand struct + func (c *PluginInfoCommand) AutocompleteArgs() complete.Predictor + func (c *PluginInfoCommand) AutocompleteFlags() complete.Flags + func (c *PluginInfoCommand) Flags() *FlagSets + func (c *PluginInfoCommand) Help() string + func (c *PluginInfoCommand) Run(args []string) int + func (c *PluginInfoCommand) Synopsis() string + type PluginListCommand struct + func (c *PluginListCommand) AutocompleteArgs() complete.Predictor + func (c *PluginListCommand) AutocompleteFlags() complete.Flags + func (c *PluginListCommand) Flags() *FlagSets + func (c *PluginListCommand) Help() string + func (c *PluginListCommand) Run(args []string) int + func (c *PluginListCommand) Synopsis() string + type PluginRegisterCommand struct + func (c *PluginRegisterCommand) AutocompleteArgs() complete.Predictor + func (c *PluginRegisterCommand) AutocompleteFlags() complete.Flags + func (c *PluginRegisterCommand) Flags() *FlagSets + func (c *PluginRegisterCommand) Help() string + func (c *PluginRegisterCommand) Run(args []string) int + func (c *PluginRegisterCommand) Synopsis() string + type PluginReloadCommand struct + func (c *PluginReloadCommand) AutocompleteArgs() complete.Predictor + func (c *PluginReloadCommand) AutocompleteFlags() complete.Flags + func (c *PluginReloadCommand) Flags() *FlagSets + func (c *PluginReloadCommand) Help() string + func (c *PluginReloadCommand) Run(args []string) int + func (c *PluginReloadCommand) Synopsis() string + type PolicyCommand struct + func (c *PolicyCommand) Help() string + func (c *PolicyCommand) Run(args []string) int + func (c *PolicyCommand) Synopsis() string + type PolicyDeleteCommand struct + func (c *PolicyDeleteCommand) AutocompleteArgs() complete.Predictor + func (c *PolicyDeleteCommand) AutocompleteFlags() complete.Flags + func (c *PolicyDeleteCommand) Flags() *FlagSets + func (c *PolicyDeleteCommand) Help() string + func (c *PolicyDeleteCommand) Run(args []string) int + func (c *PolicyDeleteCommand) Synopsis() string + type PolicyFmtCommand struct + func (c *PolicyFmtCommand) AutocompleteArgs() complete.Predictor + func (c *PolicyFmtCommand) AutocompleteFlags() complete.Flags + func (c *PolicyFmtCommand) Flags() *FlagSets + func (c *PolicyFmtCommand) Help() string + func (c *PolicyFmtCommand) Run(args []string) int + func (c *PolicyFmtCommand) Synopsis() string + type PolicyListCommand struct + func (c *PolicyListCommand) AutocompleteArgs() complete.Predictor + func (c *PolicyListCommand) AutocompleteFlags() complete.Flags + func (c *PolicyListCommand) Flags() *FlagSets + func (c *PolicyListCommand) Help() string + func (c *PolicyListCommand) Run(args []string) int + func (c *PolicyListCommand) Synopsis() string + type PolicyReadCommand struct + func (c *PolicyReadCommand) AutocompleteArgs() complete.Predictor + func (c *PolicyReadCommand) AutocompleteFlags() complete.Flags + func (c *PolicyReadCommand) Flags() *FlagSets + func (c *PolicyReadCommand) Help() string + func (c *PolicyReadCommand) Run(args []string) int + func (c *PolicyReadCommand) Synopsis() string + type PolicyWriteCommand struct + func (c *PolicyWriteCommand) AutocompleteArgs() complete.Predictor + func (c *PolicyWriteCommand) AutocompleteFlags() complete.Flags + func (c *PolicyWriteCommand) Flags() *FlagSets + func (c *PolicyWriteCommand) Help() string + func (c *PolicyWriteCommand) Run(args []string) int + func (c *PolicyWriteCommand) Synopsis() string + type Predict struct + func NewPredict() *Predict + func (p *Predict) Client() *api.Client + func (p *Predict) VaultAudits() complete.Predictor + func (p *Predict) VaultAuths() complete.Predictor + func (p *Predict) VaultFiles() complete.Predictor + func (p *Predict) VaultFolders() complete.Predictor + func (p *Predict) VaultMounts() complete.Predictor + func (p *Predict) VaultPlugins(pluginTypes ...consts.PluginType) complete.Predictor + func (p *Predict) VaultPolicies() complete.Predictor + type PrintCommand struct + func (c *PrintCommand) AutocompleteArgs() complete.Predictor + func (c *PrintCommand) AutocompleteFlags() complete.Flags + func (c *PrintCommand) Help() string + func (c *PrintCommand) Run(args []string) int + func (c *PrintCommand) Synopsis() string + type PrintTokenCommand struct + func (c *PrintTokenCommand) AutocompleteArgs() complete.Predictor + func (c *PrintTokenCommand) AutocompleteFlags() complete.Flags + func (c *PrintTokenCommand) Help() string + func (c *PrintTokenCommand) Run(args []string) int + func (c *PrintTokenCommand) Synopsis() string + type ReadCommand struct + func (c *ReadCommand) AutocompleteArgs() complete.Predictor + func (c *ReadCommand) AutocompleteFlags() complete.Flags + func (c *ReadCommand) Flags() *FlagSets + func (c *ReadCommand) Help() string + func (c *ReadCommand) Run(args []string) int + func (c *ReadCommand) Synopsis() string + type RunOptions struct + Address string + Client *api.Client + Stderr io.Writer + Stdout io.Writer + TokenHelper token.THelper + type SecretsCommand struct + func (c *SecretsCommand) Help() string + func (c *SecretsCommand) Run(args []string) int + func (c *SecretsCommand) Synopsis() string + type SecretsDisableCommand struct + func (c *SecretsDisableCommand) AutocompleteArgs() complete.Predictor + func (c *SecretsDisableCommand) AutocompleteFlags() complete.Flags + func (c *SecretsDisableCommand) Flags() *FlagSets + func (c *SecretsDisableCommand) Help() string + func (c *SecretsDisableCommand) Run(args []string) int + func (c *SecretsDisableCommand) Synopsis() string + type SecretsEnableCommand struct + func (c *SecretsEnableCommand) AutocompleteArgs() complete.Predictor + func (c *SecretsEnableCommand) AutocompleteFlags() complete.Flags + func (c *SecretsEnableCommand) Flags() *FlagSets + func (c *SecretsEnableCommand) Help() string + func (c *SecretsEnableCommand) Run(args []string) int + func (c *SecretsEnableCommand) Synopsis() string + type SecretsListCommand struct + func (c *SecretsListCommand) AutocompleteArgs() complete.Predictor + func (c *SecretsListCommand) AutocompleteFlags() complete.Flags + func (c *SecretsListCommand) Flags() *FlagSets + func (c *SecretsListCommand) Help() string + func (c *SecretsListCommand) Run(args []string) int + func (c *SecretsListCommand) Synopsis() string + type SecretsMoveCommand struct + func (c *SecretsMoveCommand) AutocompleteArgs() complete.Predictor + func (c *SecretsMoveCommand) AutocompleteFlags() complete.Flags + func (c *SecretsMoveCommand) Flags() *FlagSets + func (c *SecretsMoveCommand) Help() string + func (c *SecretsMoveCommand) Run(args []string) int + func (c *SecretsMoveCommand) Synopsis() string + type SecretsTuneCommand struct + func (c *SecretsTuneCommand) AutocompleteArgs() complete.Predictor + func (c *SecretsTuneCommand) AutocompleteFlags() complete.Flags + func (c *SecretsTuneCommand) Flags() *FlagSets + func (c *SecretsTuneCommand) Help() string + func (c *SecretsTuneCommand) Run(args []string) int + func (c *SecretsTuneCommand) Synopsis() string + type ServerCommand struct + AuditBackends map[string]audit.Factory + CredentialBackends map[string]logical.Factory + LogicalBackends map[string]logical.Factory + PhysicalBackends map[string]physical.Factory + ShutdownCh chan struct{} + SigUSR2Ch chan struct{} + SighupCh chan struct{} + WaitGroup *sync.WaitGroup + func (c *ServerCommand) AutocompleteArgs() complete.Predictor + func (c *ServerCommand) AutocompleteFlags() complete.Flags + func (c *ServerCommand) Flags() *FlagSets + func (c *ServerCommand) Help() string + func (c *ServerCommand) Reload(lock *sync.RWMutex, reloadFuncs *map[string][]reload.ReloadFunc, ...) error + func (c *ServerCommand) Run(args []string) int + func (c *ServerCommand) Synopsis() string + type ServerListener struct + type StatusCommand struct + func (c *StatusCommand) AutocompleteArgs() complete.Predictor + func (c *StatusCommand) AutocompleteFlags() complete.Flags + func (c *StatusCommand) Flags() *FlagSets + func (c *StatusCommand) Help() string + func (c *StatusCommand) Run(args []string) int + func (c *StatusCommand) Synopsis() string + type StorageMigrationStatus struct + Start time.Time + func CheckStorageMigration(b physical.Backend) (*StorageMigrationStatus, error) + type StringMapVar struct + Aliases []string + Completion complete.Predictor + Default map[string]string + Hidden bool + Name string + Target *map[string]string + Usage string + type StringSliceVar struct + Aliases []string + Completion complete.Predictor + Default []string + EnvVar string + Hidden bool + Name string + Target *[]string + Usage string + type StringVar struct + Aliases []string + Completion complete.Predictor + Default string + EnvVar string + Hidden bool + Name string + Target *string + Usage string + type TableFormatter struct + func (t TableFormatter) Format(data interface{}) ([]byte, error) + func (t TableFormatter) Output(ui cli.Ui, secret *api.Secret, data interface{}) error + func (t TableFormatter) OutputList(ui cli.Ui, secret *api.Secret, data interface{}) error + func (t TableFormatter) OutputMap(ui cli.Ui, data map[string]interface{}) error + func (t TableFormatter) OutputSecret(ui cli.Ui, secret *api.Secret) error + type TokenCapabilitiesCommand struct + func (c *TokenCapabilitiesCommand) AutocompleteArgs() complete.Predictor + func (c *TokenCapabilitiesCommand) AutocompleteFlags() complete.Flags + func (c *TokenCapabilitiesCommand) Flags() *FlagSets + func (c *TokenCapabilitiesCommand) Help() string + func (c *TokenCapabilitiesCommand) Run(args []string) int + func (c *TokenCapabilitiesCommand) Synopsis() string + type TokenCommand struct + func (c *TokenCommand) Help() string + func (c *TokenCommand) Run(args []string) int + func (c *TokenCommand) Synopsis() string + type TokenCreateCommand struct + func (c *TokenCreateCommand) AutocompleteArgs() complete.Predictor + func (c *TokenCreateCommand) AutocompleteFlags() complete.Flags + func (c *TokenCreateCommand) Flags() *FlagSets + func (c *TokenCreateCommand) Help() string + func (c *TokenCreateCommand) Run(args []string) int + func (c *TokenCreateCommand) Synopsis() string + type TokenLookupCommand struct + func (c *TokenLookupCommand) AutocompleteArgs() complete.Predictor + func (c *TokenLookupCommand) AutocompleteFlags() complete.Flags + func (c *TokenLookupCommand) Flags() *FlagSets + func (c *TokenLookupCommand) Help() string + func (c *TokenLookupCommand) Run(args []string) int + func (c *TokenLookupCommand) Synopsis() string + type TokenRenewCommand struct + func (c *TokenRenewCommand) AutocompleteArgs() complete.Predictor + func (c *TokenRenewCommand) AutocompleteFlags() complete.Flags + func (c *TokenRenewCommand) Flags() *FlagSets + func (c *TokenRenewCommand) Help() string + func (c *TokenRenewCommand) Run(args []string) int + func (c *TokenRenewCommand) Synopsis() string + type TokenRevokeCommand struct + func (c *TokenRevokeCommand) AutocompleteArgs() complete.Predictor + func (c *TokenRevokeCommand) AutocompleteFlags() complete.Flags + func (c *TokenRevokeCommand) Flags() *FlagSets + func (c *TokenRevokeCommand) Help() string + func (c *TokenRevokeCommand) Run(args []string) int + func (c *TokenRevokeCommand) Synopsis() string + type Uint64Var struct + Aliases []string + Completion complete.Predictor + Default uint64 + EnvVar string + Hidden bool + Name string + Target *uint64 + Usage string + type UintVar struct + Aliases []string + Completion complete.Predictor + Default uint + EnvVar string + Hidden bool + Name string + Target *uint + Usage string + type UnwrapCommand struct + func (c *UnwrapCommand) AutocompleteArgs() complete.Predictor + func (c *UnwrapCommand) AutocompleteFlags() complete.Flags + func (c *UnwrapCommand) Flags() *FlagSets + func (c *UnwrapCommand) Help() string + func (c *UnwrapCommand) Run(args []string) int + func (c *UnwrapCommand) Synopsis() string + type VarFlag struct + Aliases []string + Completion complete.Predictor + Default string + EnvVar string + Name string + Usage string + Value flag.Value + type VaultUI struct + type VersionCommand struct + VersionInfo *version.VInfo + func (c *VersionCommand) AutocompleteArgs() complete.Predictor + func (c *VersionCommand) AutocompleteFlags() complete.Flags + func (c *VersionCommand) Flags() *FlagSets + func (c *VersionCommand) Help() string + func (c *VersionCommand) Run(_ []string) int + func (c *VersionCommand) Synopsis() string + type WriteCommand struct + func (c *WriteCommand) AutocompleteArgs() complete.Predictor + func (c *WriteCommand) AutocompleteFlags() complete.Flags + func (c *WriteCommand) Flags() *FlagSets + func (c *WriteCommand) Help() string + func (c *WriteCommand) Run(args []string) int + func (c *WriteCommand) Synopsis() string