Comparing version 0.0.7 to 0.0.8
{ | ||
"name":"shake", | ||
"description":"Deployment tool for node", | ||
"version":"0.0.7", | ||
"version":"0.0.8", | ||
"homepage":"http://github.com/wearefractal/shake", | ||
@@ -6,0 +6,0 @@ "repository":"git://github.com/wearefractal/shake.git", |
@@ -20,3 +20,3 @@ ## Information | ||
### Running tasks | ||
```$ shake setup:deploy:something:status:somethingelse``` | ||
```$ shake setup:deploy:something["some arg", true, 2]:status``` | ||
@@ -88,3 +88,3 @@ ### Defining tasks | ||
A task is a function that takes 3 arguments. | ||
A task is a function that takes 3 arguments. Any arguments inside [ and ] will be applied to the task function after the initial 3. | ||
@@ -91,0 +91,0 @@ ```coffee-script |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8869