mix lotus.gen.dev.secret (Lotus Web v0.14.5)

View Source

Generates dev.secret.exs from template.

Examples

$ mix lotus.gen.dev.secret           # Creates new file if it doesn't exist
$ mix lotus.gen.dev.secret --force   # Creates new file, overwriting if it exists

This will create a new dev.secret.exs file in the config directory using the template from priv/mix/templates/gen.dev.secret.ex.eex.

Command line options

  • --force - Forces creation even if the file already exists