mix secret_mana.gen.key (secret_mana v0.2.1)

View Source

Generates a SecretMana key for the given environment.

Usage

mix secret_mana.gen.key <env>

Where <env> is typically one of:

  • dev
  • test
  • prod

The task will:

Examples

mix secret_mana.gen.key dev
mix secret_mana.gen.key prod

Getting help

You can show this help via:

mix help secret_mana.gen.key

Or by using:

mix secret_mana.gen.key --help
mix secret_mana.gen.key -h