mix secret_mana.edit (secret_mana v0.2.1)
View SourceOpens the SecretMana secrets for editing for a given environment.
Usage
mix secret_mana.edit <env>Where <env> is typically one of:
- dev
- test
- prod
The task will:
- Ensure the
:secret_manaapplication is started. - Build a
SecretMana.Configfor the given environment. - Invoke
SecretMana.edit/1with the config.
Examples
mix secret_mana.edit dev
mix secret_mana.edit prodGetting help
You can display this help with:
mix help secret_mana.editOr by using:
mix secret_mana.edit --help
mix secret_mana.edit -h