mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
changed sake tasks example to realistic command and added get parameter example to dev/build
This commit is contained in:
parent
da7935e01c
commit
1d8c96d924
@ -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...
|
It's particularly useful for running build tasks...
|
||||||
|
|
||||||
cd /your/site/folder
|
cd /your/site/folder
|
||||||
sake db/build
|
sake dev/build "flush=1"
|
||||||
sake dev/tests/all
|
sake dev/tests/all
|
||||||
|
|
||||||
|
|
||||||
It can also be handy if you have a long running script.
|
It can also be handy if you have a long running script.
|
||||||
|
|
||||||
cd /your/site/folder
|
cd /your/site/folder
|
||||||
sake MyReallyLongTask
|
sake dev/tasks/MyReallyLongTask
|
||||||
|
|
||||||
|
|
||||||
### Running processes
|
### Running processes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user