We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a9851 commit 735fe9fCopy full SHA for 735fe9f
docs/usage.md
@@ -37,6 +37,7 @@ If you need to lock deployments so that only you can trigger them, you can use t
37
- `.lock --global` - Locks deployments globally (sticky) so that only you can trigger them - blocks all environments
38
- `.lock --global --reason <text>` - Lock deployments globally with a reason (sticky) - blocks all environments
39
- `.unlock --global` - Removes the current global deployment lock (if one exists)
40
+- `.lock --global --info` - Displays info about the current global deployment lock if one exists
41
42
> Note: A deployment lock blocks deploys for all environments. **sticky** locks will also persist until someone removes them with `.unlock`
43
0 commit comments