Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Aug 16, 2023
1 parent 92a9851 commit 735fe9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ If you need to lock deployments so that only you can trigger them, you can use t
- `.lock --global` - Locks deployments globally (sticky) so that only you can trigger them - blocks all environments
- `.lock --global --reason <text>` - Lock deployments globally with a reason (sticky) - blocks all environments
- `.unlock --global` - Removes the current global deployment lock (if one exists)
- `.lock --global --info` - Displays info about the current global deployment lock if one exists

> Note: A deployment lock blocks deploys for all environments. **sticky** locks will also persist until someone removes them with `.unlock`
Expand Down

0 comments on commit 735fe9f

Please sign in to comment.