ne*,nfstat,ni,nvm,o*: add Korean translation (#14533)

This commit is contained in:
Chooooo
2024-11-02 10:46:32 +09:00
committed by GitHub
parent cf037e485e
commit fde5860069
9 changed files with 200 additions and 0 deletions

20
pages.ko/windows/octo.md Normal file
View File

@@ -0,0 +1,20 @@
# octo
> Octopus Deploy 명령줄 도구.
> 더 많은 정보: <https://octopus.com/docs/octopus-rest-api/octo.exe-command-line>.
- 패키지 생성:
`octo pack --id={{패키지}}`
- 패키지를 Octopus 서버의 저장소에 푸시:
`octo push --package={{패키지}}`
- 릴리스 생성:
`octo create-release --project={{프로젝트_이름}} --packageversion={{버전}}`
- 릴리스 배포:
`octo deploy-release --project={{프로젝트_이름}} --packageversion={{버전}} --deployto={{환경_이름}} --tenant={{배포_대상}}`