Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Anonymous
4 years ago[47] Show vault name instead of vault ID in `op document list`
Similar to the https://1password.community/discussion/126429/8-9-10-some-suggestions-related-to-output-formatting on displaying the vault name for op item list , it would be great to display the vau...
Anonymous
4 years ago@"Horia.Culea_1P" It feels like an inconsistency to me, but this might be a conscious choice.
```
❯ op item list --categories "Software License"
ID TITLE FAVORITE VAULT CATEGORY CREATED EDITED
7ify46oeq5dxjbfun5ute2hysu iStat Menus false Personal SOFTWARE_LICENSE 2 months ago 2 months ago
cw45vpywwjhu7amli4onmdjj3i TextSniper false Personal SOFTWARE_LICENSE 4 months ago 4 months ago
qs553wwdpbejnbmxzff6ze2cki SoundSource false Personal SOFTWARE_LICENSE 2 months ago 2 months ago
❯ op item list --categories SOFTWARE_LICENSE
[ERROR] 2022/02/01 02:52:58 Unknown item category SOFTWARE_LICENSE
```
Currently, the category value during op item list shows the category value in uppercase separated by underscores, whereas the accepted values for categories are strings documented https://developer.1password.com/docs/cli/reference/management-commands/item#item-list-flags. Ideally it would be great if both are supported. If not, using the same category name as in the documentation would remove ambiguity. Personally, I would prefer using SOFTWARE_LICENSE rather than Software License as I don't have to quote or escape the strings in scripts.