Update deregister.mdx (#19573)

adding `-version=` parameter to docs
This commit is contained in:
Rowan Smith
2023-03-21 06:08:20 +11:00
committed by GitHub
parent c5bc1764c8
commit 28b0037787

View File

@@ -23,5 +23,8 @@ Success! Deregistered plugin (if it was registered): my-custom-plugin
## Usage ## Usage
There are no flags beyond the [standard set of flags](/vault/docs/commands) The following flags are available in addition to the [standard set of
included on all commands. flags](/vault/docs/commands) included on all commands.
- `-version` `(string: "")` - Semantic version of the plugin to deregister.
If unset, only an unversioned plugin may be deregistered.