common/o*: add Korean translation (#14642)
* common/o*: add Korean translation * odps-resource: update Korean translation (fix typo)
This commit is contained in:
36
pages.ko/common/op.md
Normal file
36
pages.ko/common/op.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# 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 {{경로/대상/출력_파일}}`
|
Reference in New Issue
Block a user