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 agoHeroku + 1password not working
After following the instructions here: https://developer.1password.com/docs/cli/shell-plugins/heroku/, I get this:
$ heroku status
Apps: No known issues at this time.
Data: No kn...
Former Member
3 years agoNote that the following command works:
$ op run -- heroku status
But it is not the command run by the alias:
$ more $HOME/.config/op/plugins.sh
export OP_PLUGIN_ALIASES_SOURCED=1
alias heroku="op plugin run -- heroku"