1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/op.md
코드싸이 650fabfc22
common/o*: add Korean translation (#14642)
* common/o*: add Korean translation

* odps-resource: update Korean translation (fix typo)
2024-11-05 23:54:36 +09:00

921 B

op

1Password의 데스크탑 앱을 위한 공식 CLI. 더 많은 정보: https://developer.1password.com/docs/cli/reference.

  • 1Password 계정에 로그인:

op signin

  • 모든 금고 나열:

op vault list

  • 항목 세부 정보를 JSON 형식으로 출력:

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 {{경로/대상/출력_파일}}