Official CLI for 1Password’s desktop app. More information: https://developer.1password.com/docs/cli/reference.
op signin
op vault list
op item get {{item_name}} --format json
op item create --category {{category_name}}
stdout:op read {{secret_reference}}
op run -- {{command}}
op run --env-file {{path/to/env_file.env}} -- {{command}}
op inject --in-file {{path/to/input_file}} --out-file {{path/to/output_file}}