File tree Expand file tree Collapse file tree
docs/public/docs/commands Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,10 +24,14 @@ pass-cli item list [VAULT_NAME] [--share-id SHARE_ID] [--output FORMAT]
2424
2525** Options:**
2626
27- - ` VAULT_NAME ` - Name of the vault to list items from (optional)
28- - ` --share-id SHARE_ID ` - Share ID of the vault to list items from (optional)
27+ - ` VAULT_NAME ` - Name of the vault to list items from. Specify ` VAULT_NAME ` if you are not passing a ` --share-id ` . Used as an argument
28+ - ` --share-id SHARE_ID ` - Share ID of the vault to list items from. Specify ` --share-id ` if you are not passing a ` VAULT_NAME ` . Used as a flag
2929- ` --output FORMAT ` - Output format: ` human ` (default) or ` json `
3030
31+ ** Mutually exclusive options:**
32+
33+ - ` --share-id ` and ` VAULT_NAME ` are mutually exclusive. You must provide exactly one.
34+
3135** Examples:**
3236
3337``` bash
You can’t perform that action at this time.
0 commit comments