terraform stacks deployment-run watch 명령
terraform stacks deployment-run watch 명령
terraform stacks deployment-run watch 명령은 배포 실행(deployment run)의 진행 상황을 실시간으로 지켜보는 명령이에요. 배포가 실행되는 동안 상태와 진행도를 실시간 확인하고 싶을 때 사용해요.
출처: 문서
본문
사용법 (Usage)
$ terraform stacks <global-stacks-flags> deployment-run watch -deployment-run-id <id> <options>
설명 (Description)
terraform stacks deployment-run watch 명령은 배포 실행이 실행되는 동안 그 진행 상황을 모니터링할 수 있게 해 줘요. 이 명령은 지정한 배포 실행의 상태와 진행 상황에 대한 실시간 업데이트를 제공해요.
옵션 (Options)
-deployment-run-id: 지켜볼 배포 실행의 ID.- 배포 실행을 보기 위해 필수 값이에요.
- 데이터 타입: string.
- 기본값이 없어요.
예시 (Examples)
다음 명령은 배포 실행의 진행 상황을 지켜봐요.
$ terraform stacks deployment-run watch -deployment-run-id dr-abc123def456
배포가 오래 걸리는 작업일 때 이 명령으로 터미널에서 실시간 결과를 확인하면서 기다릴 수 있어요.
전역 플래그 (Global flags)
모든 명령에서 공통으로 사용할 수 있는 플래그에 대한 정보는 Global flags reference 문서를 참고해 주세요.
더 알아보기 (Learn more)
- terraform stacks deployment-run 명령
- terraform stacks deployment-run list 명령
- Terraform Stacks CLI 참조 문서