A DevOps engineer needs to write a new secret to the KV v2 engine at path 'secret/data/team' with key 'api_key' and value 'abc123'. Which Vault CLI command achieves this?
Select one:
HashiCorp often tests the distinction between 'vault kv put' and 'vault write' for KV v2, where cand...