Terraform
terraform stacks deployment-run watch reference
Use the terraform stacks deployment-run watch
command to watch the progress of a deployment run in real-time.
Usage
$ terraform stacks <global-stacks-flags> deployment-run watch -deployment-run-id <id> <options>
Description
The terraform stacks deployment-run watch
command allows you to monitor the progress of a deployment run as it executes. This command provides real-time updates on the status and progress of the specified deployment run.
Options
-deployment-run-id
: The ID of the deployment run to watch.- Required to watch a deployment run.
- Data type: string.
- No default value.
Examples
The following command watches the progress of a deployment run:
$ terraform stacks deployment-run watch -deployment-run-id dr-abc123def456
Global flags
Refer to Global flags reference for information about flags you can use with all commands.