@@ -61,15 +61,18 @@ Available Commands:
6161 help Help about any command
6262
6363Flags:
64- --address string Sign in address of your 1Password account. ($BATON_ADDRESS)
65- --client-id string The client ID used to authenticate with ConductorOne ($BATON_CLIENT_ID)
66- --client-secret string The client secret used to authenticate with ConductorOne ($BATON_CLIENT_SECRET)
67- -f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z")
68- -h, --help help for baton-1password
69- --log-format string The output format for logs: json, console ($BATON_LOG_FORMAT) (default "json")
70- --log-level string The log level: debug, info, warn, error ($BATON_LOG_LEVEL) (default "info")
71- -p, --provisioning This must be set in order for provisioning actions to be enabled. ($BATON_PROVISIONING)
72- -v, --version version for baton-1password
64+ --address string required: Sign in address of your 1Password account ($BATON_ADDRESS)
65+ --client-id string The client ID used to authenticate with ConductorOne ($BATON_CLIENT_ID)
66+ --client-secret string The client secret used to authenticate with ConductorOne ($BATON_CLIENT_SECRET)
67+ -f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z")
68+ -h, --help help for baton-1password
69+ --limit-vault-permissions strings Limit ingested vault permissions: allow_editing, allow_managing, allow_viewing, archive_items, copy_and_share_items, create_items, delete_items, edit_items, export_items, import_items, manage_vault, member, print_items, view_and_copy_passwords, view_item_history, view_items ($BATON_LIMIT_VAULT_PERMISSIONS)
70+ --log-format string The output format for logs: json, console ($BATON_LOG_FORMAT) (default "json")
71+ --log-level string The log level: debug, info, warn, error ($BATON_LOG_LEVEL) (default "info")
72+ -p, --provisioning This must be set in order for provisioning actions to be enabled ($BATON_PROVISIONING)
73+ --skip-full-sync This must be set to skip a full sync ($BATON_SKIP_FULL_SYNC)
74+ --ticketing This must be set to enable ticketing support ($BATON_TICKETING)
75+ -v, --version version for baton-1password
7376
7477Use "baton-1password [command] --help" for more information about a command.
7578```
0 commit comments