1password.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Welcome to 1password.social, the home on Mastodon for 1Password. We're building a safer, simpler digital future for everyone.

Administered by:

Server stats:

4
active users

1Password

We now have 42 Shell Plugins available in 1Password, enabling developer’s quick access to CLIs with more than half created by the developer community. 🥳

Check out the 4 Shell Plugins we’re most excited about 👉 @cloudflare, @synk, Pulumi, and Laravel. blog.1password.com/shell-plugi

@1password I actually went with slightly different configuration for loading the plugins:

if [ -f $HOME/.config/op/plugins.sh ]; then
source $HOME/.config/op/plugins.sh
elif type op &> /dev/null; then
op plugin init gh
fi

Though it'd be cool if I could just have a static file that lists the plugins I wish to initialise, and then I could link that file and just do `op plugins init` to initialise them all.

@1password @cloudflare @synk where should one start with 1Password shell plugins ?