MCPcopy Create free account
hub / github.com/hashicorp/vault / Help

Method Help

command/operator_key_status.go:27–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (c *OperatorKeyStatusCommand) Help() string {
28 helpText := `
29Usage: vault operator key-status [options]
30
31 Provides information about the active encryption key. Specifically,
32 the current key term and the key installation time.
33
34` + c.Flags().Help()
35
36 return strings.TrimSpace(helpText)
37}
38
39func (c *OperatorKeyStatusCommand) Flags() *FlagSets {
40 return c.flagSet(FlagSetHTTP | FlagSetOutputFormat)

Callers

nothing calls this directly

Calls 2

FlagsMethod · 0.95
HelpMethod · 0.65

Tested by

no test coverage detected