Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Nezteb
2 years agoNew Contributor
Feature Request: Generate random passwords with CLI via dedicated command (e.g. `op generate`)
There are a few past threads about this:
- December 2020: https://1password.community/discussion/117673/generating-passwords-with-the-cli
- March 2022: https://1password.community/discussion/1276...
Former Member
2 years agoHi @ubcpittet,
That's currently possible, actually! op item create --category password --generate-password --dry-run --format json | jq -r '.fields[0].value'
Cheers!
Amanda