1Password의 데스크탑 앱을 위한 공식 CLI. 더 많은 정보: https://developer.1password.com/docs/cli/reference.
op signin
op vault list
op item get {{항목_이름}} --format json
op item create --category {{카테고리_이름}}
stdout에 출력:op read {{비밀_참조}}
op run -- {{명령}}
op run --env-file {{경로/대상/환경_파일.env}} -- {{명령}}
op inject --in-file {{경로/대상/입력_파일}} --out-file {{경로/대상/출력_파일}}