1Password CLI Plugin
Manage secrets, credentials and 1Password vaults from the command line.
Commands
op account list— List all signed-in accountsop item get <id>— Get a specific itemop item list— List items in a vaultop vault list— List all vaultsop _ _— Passthrough to op CLI
Usage
# List accounts
sc op account list
# Get an item
sc op item get --id my-item --vault personal
# List vaults
sc op vault list
# Passthrough
sc op _ _ -- --help