repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | # op CLI examples (from op help) |
| #2 | |
| #3 | ## Sign in |
| #4 | |
| #5 | - `op signin` |
| #6 | - `op signin --account <shorthand|signin-address|account-id|user-id>` |
| #7 | |
| #8 | ## Read |
| #9 | |
| #10 | - `op read op://app-prod/db/password` |
| #11 | - `op read "op://app-prod/db/one-time password?attribute=otp"` |
| #12 | - `op read "op://app-prod/ssh key/private key?ssh-format=openssh"` |
| #13 | - `op read --out-file ./key.pem op://app-prod/server/ssh/key.pem` |
| #14 | |
| #15 | ## Run |
| #16 | |
| #17 | - `export DB_PASSWORD="op://app-prod/db/password"` |
| #18 | - `op run --no-masking -- printenv DB_PASSWORD` |
| #19 | - `op run --env-file="./.env" -- printenv DB_PASSWORD` |
| #20 | |
| #21 | ## Inject |
| #22 | |
| #23 | - `echo "db_password: {{ op://app-prod/db/password }}" | op inject` |
| #24 | - `op inject -i config.yml.tpl -o config.yml` |
| #25 | |
| #26 | ## Whoami / accounts |
| #27 | |
| #28 | - `op whoami` |
| #29 | - `op account list` |
| #30 |