Documentation
¶
Index ¶
Constants ¶
View Source
const (
Vault = "vault"
)
Variables ¶
View Source
var Command = &cli.Command{ Name: Vault, Usage: "local Vault server", Category: storage.Category, HideHelpCommand: true, Subcommands: []*cli.Command{ common.ListCommand(Vault), createCommand(), common.DeleteCommand(Vault), common.LogsCommand(Vault), common.ShellCommand(Vault, "/bin/ash"), }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.