Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ArmorCmd = &cobra.Command{ Use: "armor", Short: "armor starts a proxy to a Vault server", Long: `armor is the main command, used to start your proxy. Armor is a proxy to HashiCorp Vault. It addition to proxying the Vault APIs, it provides features for managing Vault roles, policies and tokens. Complete documentation is available at https://github.com/cdwlabs/armor `, RunE: Start, }
ArmorCmd is Armor's root command. Every other command attached to ArmorCmd is a child command to it.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.