Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years agoCLI V2 returns `-- fields` surrounded in double quotes, V1 didn’t
There is a pretty big breaking change in the CLI V2.
It now returns fields wrapped in double quotes.
Is this intended behavior? Any simple suggestion for getting it back to returning without thos...
Former Member
4 years agoYes, I use this to generate a .env
file when a new user sets up the repo.
The .env file isn't in version control so it's easier to just generate it on the fly.
op read op://<vault name or ID>/<item name or ID>/notesPlain
works for me.
I thought about using the file templates tool but it's more work to test and set that up.