mix secret_mana.edit (secret_mana v0.2.1)

View Source

Opens 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:

Examples

mix secret_mana.edit dev
mix secret_mana.edit prod

Getting help

You can display this help with:

mix help secret_mana.edit

Or by using:

mix secret_mana.edit --help
mix secret_mana.edit -h