vault/website/content
Alexander Scheel 8ff7aaabc4
Fix raw format for other commands, add to docs! (#17730)
* Clarify when -format=raw fails

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Document Vault read's new -format=raw mode

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Add raw format to usage, completion

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Add missing support for raw format field printing

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Prohibit command execution with wrong formatter

This allows us to restrict the raw formatter to only commands that
understand it; otherwise, when running `vault write -format=raw`, we'd
actually hit the Vault server, but hide the output from the user. By
switching this to a flag-parse time check, we avoid running the rest of
the command if a bad formatter was specified.

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2022-10-28 12:53:23 -04:00
..
api-docs Docs: API secret/ssh clarity on Create & Update (#17033) 2022-10-27 17:23:33 -07:00
docs Fix raw format for other commands, add to docs! (#17730) 2022-10-28 12:53:23 -04:00
partials Update documentation for vault-helm v0.22.1 release (#17695) 2022-10-28 11:56:02 +01:00
security.mdx Implement MDX Remote (#10581) 2020-12-17 16:53:33 -05:00