Merge pull request #526 from anderkonzen/mix_improvements

Add new Phoenix tasks, mostly included in the 1.3.0 release
This commit is contained in:
nicoulaj 2017-09-28 21:38:27 +02:00 committed by GitHub
commit 03dce094a6
1 changed files with 5 additions and 0 deletions

View File

@ -95,6 +95,8 @@ _1st_arguments=(
'loadconfig:Loads and persists the given configuration'
'local:Lists local tasks'
'local.hex:Installs Hex locally'
'local.phoenix:Updates Phoenix locally'
'local.phx:Updates the Phoenix project generator locally'
'local.public_keys:Manages public keys'
'local.rebar:Installs Rebar locally'
'new:Creates a new Elixir project'
@ -109,6 +111,9 @@ _1st_arguments=(
'phx.gen.presence:Generates a Presence tracker'
'phx.gen.schema:Generates an Ecto schema and migration file'
'phx.gen.secret:Generates a secret'
'phx.new:Creates a new Phoenix application'
'phx.new.ecto:Creates a new Ecto project within an umbrella project'
'phx.new.web:Creates a new Phoenix web project within an umbrella project'
'phx.routes:Prints all routes'
'phx.server:Starts applications and their servers'
'profile.fprof:Profiles the given file or expression with fprof'