mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-25 19:31:14 +01:00
First CLI command doc updates: * Rewrite CLI usage page * Rewrite token helper page * Move and rewrite CLI emulator doc * Rewrite `vault audit` command family docs
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
<a id="audit-flag-path" />
|
|
|
|
**`-path (string : "/<device_type>")`**
|
|
|
|
The internal path where Vault will access the audit device. Audit device paths
|
|
must be unique across all audit devices.
|
|
|
|
**Example**: `-path "/audit/kv-file"`
|