Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VaultsCmd = &cobra.Command{ Use: "vaults", Short: "Manage vaults", Long: `Create and manage vaults and their associated keys and secrets. Vaults support select symmetric and asymmetric key specs for encrypt/decrypt and sign/verify operations. Docs: https://docs.provide.services/vault`, Run: func(cmd *cobra.Command, args []string) { common.CmdExistsOrExit(cmd, args) generalPrompt(cmd, args, "") defer func() { if r := recover(); r != nil { os.Exit(1) } }() }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.