Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EnvSearchFlag = utils.FlagDef{ Name: "env-search", Shorthand: "s", Usage: "Searches query to filter environments", } EnvSelfFlag = utils.FlagDef{ Name: "env-self", Usage: "References to the self environment (the current local environment where the command is executed)", } EnvPublicKeysFlag = utils.FlagDef{ Name: "env-pubkey", Shorthand: "k", Usage: "Public keys of environments that can access the vault", } EnvK8sFlag = utils.FlagDef{ Name: "env-k8s", Usage: "Shares vault access with the accessible k8s cluster", } )
Functions ¶
func EnvCommand ¶
func GetPublicKeys ¶ added in v0.5.9
func ShowEnv ¶ added in v0.5.1
func ShowEnv(env environments.Environment, includeEDS, excludeBindingFromEds bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.