Skip to content

Commit

Permalink
Added ecto tasks (#6035)
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinzolotarev authored and mcornella committed Apr 25, 2018
1 parent bf87e99 commit 9cd3701
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plugins/mix/_mix
Expand Up @@ -21,6 +21,15 @@ _1st_arguments=(
'deps.unlock:Unlock the given dependencies'
'deps.update:Update the given dependencies'
'do:Executes the tasks separated by comma'
'ecto.create:Create Ecto database'
'ecto.drop:Drop the storage for the given repository'
'ecto.dump:Dumps the current environment鈥檚 database structure'
'ecto.gen.migration:Generates a migration'
'ecto.gen.repo:Generates a new repository'
'ecto.load:Loads the current environment鈥檚 database structure'
'ecto.migrate:Runs Ecto migration'
'ecto.migrations:Displays the up / down migration status'
'ecto.rollback:Reverts applied migrations'
'escript.build:Builds an escript for the project'
'help:Print help information for tasks'
'hex:Print hex help information'
Expand Down

0 comments on commit 9cd3701

Please sign in to comment.