Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
XIII
4 years agoSuper Contributor
Can I use CLI 2.0 on external machines (like Raspberry Pi)?
Is it already possible to use op on external machines (instead of your development Mac/PC)?
If not, do you have a roadmap for that?
I'd love to use the 1Password CLI instead of dotenv for (No...
Former Member
4 years agoIt works when manually signing in and then executing a Node.js script, on the command line (which is nice!), but (as expected) not when running the script as a service.
Before you dive in to Connect, note that it is possible to "script" a manual signin command non-interactively as well.
Once the account has already been has manually added to the device via op account add, then: eval $(echo <password> | op signin --account <shorthand>) would work.