mix phoenix_flags.install (PhoenixFlags v0.9.0)

Copy Markdown View Source

Installs PhoenixFlags into your project.

What it does

  1. Detects your Ecto repo
  2. Generates lib/my_app/system_config.ex with use PhoenixFlags
  3. Generates the create_system_flags migration
  4. Adds cache_enabled: false to config/test.exs
  5. Adds the module to your application supervision tree

Usage

mix phoenix_flags.install