It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
3 years agoRuntime error when automating with CLI
Im trying to do some automation through the CLI where i use the following "Op" commands:
op item get $line --vault private --field password
op item edit $line --vault private --generate-password=...
Former Member
3 years agoIt looks like it might be a bug in CLI version 2.7.3. How i even got that version i dont know, as the powershell script i ran says:
"Invoke-WebRequest -Uri "https://cache.agilebits.com/dist/1P/op2/pkg/v2.4.1/op_windows_$($opArch)_v2.4.1.zip" -OutFile op.zip".
That version works for a colleague. I've now downloaded version 2.9.1 and i cant seem to get it to fail. However i cant seem to locate version 2.7.3 so i can purge it.