Skip to content

Commit

Permalink
Merge pull request #465 from scarfacedeb/master
Browse files Browse the repository at this point in the history
Add a note about new invoke syntax
  • Loading branch information
d4be4st committed Nov 3, 2016
2 parents 733b0e5 + 4946f41 commit e0bafed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/migrating.md
Expand Up @@ -7,6 +7,7 @@ Migrating from 0.3.x to 1.0
* `queue!` -> `command` # it will output the command if verbose is true
* `to` -> `on` # changes queue name
* `in_directory` -> `in_path` # wraps commands to be run in specified path
* `invoke :'task[param]'` -> `invoke :task, param` # passes params to the task

## new
* `run` # runs commands on a specified backend, this has replaced old before and after hooks
Expand Down

0 comments on commit e0bafed

Please sign in to comment.