Skip to content

Commit

Permalink
Merge pull request #552 from pitchandtone/patch-1
Browse files Browse the repository at this point in the history
changed sake tasks example to realistic command and added get parameter ...
  • Loading branch information
chillu committed Jun 20, 2012
2 parents 89ce1ec + 1d8c96d commit 3ac9381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/topics/commandline.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ Sake will either run `./framework/cli-script.php` or `./cli-script.php`, dependi
It's particularly useful for running build tasks...

cd /your/site/folder
sake db/build
sake dev/build "flush=1"
sake dev/tests/all


It can also be handy if you have a long running script.

cd /your/site/folder
sake MyReallyLongTask
sake dev/tasks/MyReallyLongTask


### Running processes
Expand Down

0 comments on commit 3ac9381

Please sign in to comment.