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
Former Member
3 years agoHow can I use CLI in a GNU Makefile?
I'd like to set a GNU Make variable as an OP CLI session so that make commands can use 1Password. Any ideas? I know that I can set it as an environment variable before using make. I'm curious if ther...
MrC
3 years agoSuper Contributor
@chriskauffman
Try something like:
all:
eval $$(op signin --account https://my.1password.com) && op item list --format json | jq -c '.[]'