Skip to content

Commit

Permalink
Update example output in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhjp committed Sep 29, 2022
1 parent 88e2687 commit bfab936
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/content/docs/commands/plugin/list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ List all available plugins in the catalog.

```shell-session
$ vault plugin list
Plugins
-------
my-custom-plugin
Name Type Version
---- ---- -------
alicloud auth v0.13.0+builtin
# ...
$ vault plugin list database
Plugins
-------
cassandra-database-plugin
Name Version
---- -------
cassandra-database-plugin v1.13.0+builtin.vault
# ...
```

Expand All @@ -44,6 +43,7 @@ alicloud auth v0.12.0+builtin
app-id auth v1.12.0+builtin.vault pending removal
# ...
```

## Usage

The following flags are available in addition to the [standard set of
Expand Down

0 comments on commit bfab936

Please sign in to comment.