README.md in shuttle-deploy-0.2.0.beta10 vs README.md in shuttle-deploy-0.2.0.beta11

- old
+ new

@@ -321,9 +321,36 @@ ``` shuttle deploy -d ``` +## Rollback + +In case if you want to revert latest deploy, run: + +``` +shuttle rollback +``` + +Last release will be permanently destroyed and previous release will be symlinked +as current. If you wish to run some commands on rollback, you can specify a hook: + +```yaml +hooks: + before_rollback: + - bash commands + after_rollback: + - bash commands +``` + +## Generators + +You can generate deployment config with CLI: + +``` +shuttle generate static +``` + ## Test To run project test suite execute: ``` \ No newline at end of file