@@ -57,18 +57,19 @@ The same works with `--destination-path` except the write will start at the path
5757
5858## Arguments:
5959
60- | name | syntax | default | required? | choices | desc. |
61- | -----------------------| -------------------------------| :--------------:| :---------:| --------------------------------| --------------------------------------------------------------------------------|
62- | action | | list | * | copy, move, delete, list, read | action to perform |
63- | skip tls verification | --tls-skip-verify | | | | |
64- | source path | --source-path, -s | '' | * | | kv path to use as root for recursion lookup |
65- | source url | --source-url, -su | | * | | FQDN of vault url with port where kvs are sourced from |
66- | source token | --source-token, -st | | * | | token used for read authorization in source vault |
67- | source namespace | --source-namespace, -sns | '' | | | namespace where kv resides. leave empty if kv mount is in root |
68- | source mount | --source-mount, -sm | secret | | | name of the kv mount to read from |
69- | destination path | --destination-path, -d | --source-path | | | kv path to use as root for recursion write. defaults to same as --source-path. |
70- | destination url | --destination-url, -du | --source-url | | | FQDN of vault url with port where kvs are written to. default is --source-url |
71- | destination token | --destination-token, -dt | --source-token | | | token used for write authorization in source vault. default is --source-token |
72- | destination namespace | --destination-namespace, -dns | | | | namespace to write kvs. leave empty if kv mount is in root |
73- | destination mount | --destination-mount, -dm | secret | | | name of the kv mount to write to. default is same as --source-mount |
74- | kv version | --kv-version, -kvv | 1 | | | which kv version secrets are stored as. will be written using same version |
60+ | name | syntax | default | required? | choices | desc. |
61+ | ------------------------| --------------------------------| :--------------:| :---------:| --------------------------------| --------------------------------------------------------------------------------|
62+ | action | | list | * | copy, move, delete, list, read | action to perform |
63+ | skip tls verification | --tls-skip-verify | | | | |
64+ | source path | --source-path, -s | '' | * | | kv path to use as root for recursion lookup |
65+ | source url | --source-url, -su | | * | | FQDN of vault url with port where kvs are sourced from |
66+ | source token | --source-token, -st | | * | | token used for read authorization in source vault |
67+ | source namespace | --source-namespace, -sns | '' | | | namespace where kv resides. leave empty if kv mount is in root |
68+ | source mount | --source-mount, -sm | secret | | | name of the kv mount to read from |
69+ | source kv version | --source-kv-version, -skv | 2 | | 1, 2 | which source kv version secrets are stored as. |
70+ | destination path | --destination-path, -d | --source-path | | | kv path to use as root for recursion write. defaults to same as --source-path. |
71+ | destination url | --destination-url, -du | --source-url | | | FQDN of vault url with port where kvs are written to. default is --source-url |
72+ | destination token | --destination-token, -dt | --source-token | | | token used for write authorization in source vault. default is --source-token |
73+ | destination namespace | --destination-namespace, -dns | | | | namespace to write kvs. leave empty if kv mount is in root |
74+ | destination mount | --destination-mount, -dm | secret | | | name of the kv mount to write to. default is same as --source-mount |
75+ | destination kv version | --destination-kv-version, -dkv | 2 | | 1, 2 | which destination kv version secrets are stored as. |
0 commit comments