Update README.md
This commit is contained in:
@@ -98,6 +98,8 @@ When it downloads a file, it gets added to `Zanzifile.resolved`. And next time
|
|||||||
`resolved` file, it will not attempt to re-download. `zanzibar update` will attempt
|
`resolved` file, it will not attempt to re-download. `zanzibar update` will attempt
|
||||||
to re-download all secrets.
|
to re-download all secrets.
|
||||||
|
|
||||||
|
Subdirectories under the root directory `secret_dir` can be created for individual keys by specifying a `prefix` path for that secret. Secrets will default to be downloaded to the root `secret_dir` directory otherwise.
|
||||||
|
|
||||||
Note: `zanzibar get` can fetch passwords or files, but `zanzibar bundle` can
|
Note: `zanzibar get` can fetch passwords or files, but `zanzibar bundle` can
|
||||||
only operate on secret files.
|
only operate on secret files.
|
||||||
|
|
||||||
@@ -114,6 +116,7 @@ secrets:
|
|||||||
ssh_key:
|
ssh_key:
|
||||||
id: 249
|
id: 249
|
||||||
label: Private Key
|
label: Private Key
|
||||||
|
prefix: ssh/
|
||||||
encryption_key:
|
encryption_key:
|
||||||
id: 483
|
id: 483
|
||||||
label: Attachment
|
label: Attachment
|
||||||
|
|||||||
Reference in New Issue
Block a user