Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
elfurbe
1 year agoNew Contributor
'--reveal' what am I missing here
I've got a few helper scripts that fetch details out of my 1Password via the op cli tool and put them into variables and command lines and the like. I have never, until today apparently, been requi...
coconnor
1 year agoNew Contributor
I literally signed up for a community account just so I can like and comment on this! 😆
I had to update a load of scripts to accommodate this breaking change in behaviour, and as you mentioned, only after lots of debugging and echoing environment variables. Errors/critical information should be printed to the terminal rather than be allowed to be parsed as just a string output.
1Password has the `op run` command for instances where we may want to hide fields; this combined with the `--no-masking` flag (to override the default) I completely understand. But forcing us to use `--reveal` on an `op item get` just seems unnecessary.