LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

op

1Password CLI

TLDR

Sign in
$ op signin
copy
List vaults
$ op vault list
copy
Get item
$ op item get "[item_name]"
copy
Get password
$ op item get "[item_name]" --field password
copy
Create item
$ op item create --category login --title "[name]"
copy
List items
$ op item list
copy

SYNOPSIS

op [command] [options]

DESCRIPTION

op is the 1Password CLI. Manages passwords and secrets from terminal.The tool provides secure credential access. Integrates with shells and scripts.

PARAMETERS

signin

Authenticate to 1Password.
vault list
List vaults.
item get NAME
Get item details.
item list
List items.
item create
Create new item.
--field FIELD
Get specific field.
--help
Display help information.

CAVEATS

Requires 1Password account. Biometric auth supported. Session tokens expire.

HISTORY

op was created by 1Password for command-line access to password vaults.

SEE ALSO

Copied to clipboard
Kai