Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 796 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 796 Bytes

1password-cli-docker

1Password CLI built on alpine linux

view on docker hub

Get started by creating a service account, then using the service account token in your docker run command:

docker run --rm -it -e OP_SERVICE_ACCOUNT_TOKEN="<your-service-account-token>" kamaranl/1password-cli user get --me

Refer to 1Password's developer documentation on how else you can utilize 1Password CLI.

Special thanks to 1Password for developing such a great product.