Skip to content

Commit

Permalink
Fix vault cli namespace patch examples (#18143)
Browse files Browse the repository at this point in the history
* fix vault cli namespace patch examples

* add changelog

* Update changelog/18143.txt

Co-authored-by: davidadeleon <[email protected]>

Co-authored-by: davidadeleon <[email protected]>
  • Loading branch information
elliesterner and davidadeleon authored Dec 1, 2022
1 parent 06b4def commit c7a38e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog/18143.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
command/namespace: Fix vault cli namespace patch examples in help text.
```
4 changes: 2 additions & 2 deletions command/namespace_patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Usage: vault namespace patch [options] PATH
Patch an existing child namespace by adding and removing custom-metadata (e.g. ns1/):
$ vault namespace patch ns1 -custom-metadata=foo=abc -remove-custom-metadata=bar
$ vault namespace patch -custom-metadata=foo=abc -remove-custom-metadata=bar ns1
Patch an existing child namespace from a parent namespace (e.g. ns1/ns2/):
$ vault namespace patch -namespace=ns1 ns2 -custom-metadata=foo=abc
$ vault namespace patch -namespace=ns1 -custom-metadata=foo=abc ns2
` + c.Flags().Help()

Expand Down

0 comments on commit c7a38e7

Please sign in to comment.