Retrieve shared item by CLI doesnt seem to work
The documentation here: https://developer.1password.com/docs/cli/reference/management-commands/item/#item-get suggest one possible way to get an item is by shareLink, which I imagine is the URL that is produced either when sharing an item using either the GUI or the item-share CLI command. However whenever I try this the CLI produces the error:
```
op item get ""
[ERROR] 2023/08/02 19:26:54 "
```
It makes no difference whether I put the URL between doublequotes or not.
I am investigating possible ways to do secret management in our infrastructure and considering 1password as an option. One thing we will need in our setup is the ability to pass secrets around using one-time-readable 'tokens'. 1password doesn't seem to have this functionality per se, but creating share links with the '--view-once' flag seems to be a feasible alternative - if they work.
1Password Version: CLI 2.19.0
Extension Version: Not Provided
OS Version: Ubuntu 22.04
Browser: n/a
