rushdeploy 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/bin/index.js +1269 -1245
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -58,6 +58,7 @@ rushdeploy deploy git https://github.com/my-username/my-react-app.git --branch m
58
58
 
59
59
  ### Project Control
60
60
  * **`rushdeploy project <slug> start|stop|redeploy`**: Control container run state.
61
+ * **`rushdeploy project <slug> rollback [deployment_id]`**: Rollback project to a previous deployment build.
61
62
  * **`rushdeploy project <slug> visit`**: Open the project's URL in your default browser.
62
63
  * **`rushdeploy project <slug> stats`**: Stream container CPU & RAM telemetry.
63
64
  * **`rushdeploy project <slug> logs`**: Tail container build and running output.