Check if stack containers are ready
stack check [OPTIONS][Placeholder: Add detailed description of how the check command verifies container readiness and health status]
| Option | Type | Description | Default |
|---|---|---|---|
--stack |
TEXT | Name or path of the stack | - |
--image-registry |
TEXT | Container image registry URL for this k8s cluster | From config |
--git-ssh/--no-git-ssh |
FLAG | Use SSH for git rather than HTTPS | From config |
0: All containers are ready1: One or more containers are not ready2: Error occurred during check
# Check if all containers in a stack are ready
stack check --stack my-stack
# Check with specific registry
stack check --stack my-stack --image-registry registry.example.com
# Check using git SSH
stack check --stack my-stack --git-ssh- stack manage status - Report stack and container status
- stack list - List available stacks