1Password command-line tool version 0.9.x !
We just released op v0.9.0. There are quite a few internal changes but also some new commands/options. Specifically:
op add
was replaced byop add user
andop add group
, with the latter now allowing to add groups to vaults. Similar forop remove
.op get document
got an--output
option to write the contents of a document directly to a file. This was added to work around shell output redirection issues.- Various help and error text improvements.
- Better handling of various edge cases thanks to more test coverage
- Migration to a new CLI framework improves input/output handling and enables us to provide better user experiences in the future.
See the download page for more information. Let us know how it goes!
Comments
-
We also just released 0.9.1 to address the fact that 0.9 was missing the --shorthand flag on
op signin
, andop update
was also missing!Thanks for those who pointed it out to us. Happy scripting!
0 -
And we've also now released version 0.9.2 with a fix for
op confirm user --all
and some other conveniences: https://app-updates.agilebits.com/product_history/CLI0 -
A bit late, but we released 0.9.3 a couple of days ago, which includes a couple of improvements and most notably fixes for how arguments for
--session
and--account
are handled. https://app-updates.agilebits.com/product_history/CLI#v903010 -
We released 0.9.4 just now, which includes a fix for reading the password from the prompt on Windows. Check it out: https://app-updates.agilebits.com/product_history/CLI#v90401
0