Skip to content

Commit

Permalink
update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Aug 9, 2024
1 parent b8a1209 commit fd9817e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ It should be noted that anytime you use a `.lock`, `.unlock`, or `.lock --detail

If something goes wrong and you need to redeploy the main/master/base branch of your repository, you can use the following set of commands:

- `.deploy main` - Rolls back to the `main` branch in production
- `.deploy main` - Rolls back to the `main` branch in production (or the defined default environment)
- `.deploy main to <environment>` - Rolls back to the `main` branch in the specified environment
- `.noop main` - Rolls back to the `main` branch in production as a noop deploy
- `.noop main to <environment>` - Rolls back to the `main` branch in the specified environment as a noop deploy
Expand Down

0 comments on commit fd9817e

Please sign in to comment.