Documentation
¶
Index ¶
- func CreateSecret(c *cli.Context) error
- func DeleteSecret(c *cli.Context) error
- func DescribeSecret(c *cli.Context) error
- func DumpAnsibleEncryptedEnv(c *cli.Context) error
- func DumpLocalEnv(c *cli.Context) error
- func EditSecret(c *cli.Context) error
- func ListSecrets(c *cli.Context) error
- func PrintInfo(s string)
- func PrintSuccess(s string)
- func PrintWarn(s string)
- func PutSecret(c *cli.Context) error
- func S3Get(c *cli.Context) error
- func ViewAnsibleEncryptedEnv(c *cli.Context) error
- func ViewAnsibleEnvDiff(c *cli.Context) error
- func ViewEnvDiff(c *cli.Context) error
- func ViewLocalEnv(c *cli.Context) error
- func ViewNamespaceEnv(c *cli.Context) error
- func ViewSecret(c *cli.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSecret ¶ added in v0.14.0
CreateSecret CLI command to create a new Secret.
func DeleteSecret ¶ added in v0.14.0
DeleteSecret CLI command that will delete a Secret.
func DescribeSecret ¶ added in v0.14.0
DescribeSecret CLI command to describe a Secret.
func DumpAnsibleEncryptedEnv ¶ added in v0.15.0
func DumpLocalEnv ¶ added in v0.15.0
Print the resulting environment for a set of local ConfigMap and Summon secrets.yml file.
func EditSecret ¶ added in v0.14.0
EditSecret CLI command to edit a Secret.
func ListSecrets ¶ added in v0.14.0
ListSecrets CLI command to list all Secrets.
func PrintSuccess ¶
func PrintSuccess(s string)
func ViewAnsibleEncryptedEnv ¶
func ViewAnsibleEnvDiff ¶
ViewAnsibleEnvDiff will print the diff for a decrypted local Kube Secrets file with the environment pulled from the dotenv file for a Pod within a supplied NameSpace.
func ViewEnvDiff ¶
ViewEnvDiff will print the diff for a parsed local ConfigMap file and retrieved JSON blobs from AWS Secrets Manager with the environment for a given process on a Pod within a supplied NameSpace.
func ViewLocalEnv ¶
Print the resulting environment for a set of local ConfigMap and Summon secrets.yml file.
func ViewNamespaceEnv ¶
Print the environment for a given process on a Pod within a supplied NameSpace.
func ViewSecret ¶ added in v0.14.0
ViewSecret CLI command to view/get a Secret.
Types ¶
This section is empty.