Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions command/auth_move.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ Usage: vault auth move [options] SOURCE DESTINATION

Move the auth method at approle/ to generic/:

$ vault auth move approle/ generic/
$ vault auth move auth/approle/ auth/generic/

Move the auth method at ns1/approle/ across namespaces to ns2/generic/,
where ns1 and ns2 are child namespaces of the current namespace:

$ vault auth move ns1/approle/ ns2/generic/
$ vault auth move ns1/auth/approle/ ns2/auth/generic/

` + c.Flags().Help()

Expand Down