One change
vaults
managed-agents/vaults
Nearest release: v2.1.238, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
managed-agents/vaults Changed · +14 / -7 lines
from line 37
echo "$vault_id" # "vlt_01ABC..." ``` - ```bash CLI - VAULT_ID=$(ant beta:vaults create \ - --display-name "Alice" \ - --metadata '{external_user_id: usr_abc123}' \ - --transform id --raw-output) - echo "$VAULT_ID" # "vlt_01ABC..." - ``` + <MultiFileExample language="cli" label="CLI"> + ```bash CLI + VAULT_ID=$(ant beta:vaults create --transform id --raw-output < alice.vault.yaml) + echo "$VAULT_ID" # "vlt_01ABC..." + ``` + + <File filename="alice.vault.yaml"> + ```yaml + display_name: Alice + metadata: + external_user_id: usr_abc123 + ``` + </File> + </MultiFileExample> ```python Python vault = client.beta.vaults.create(