1.2 KiB
1.2 KiB
| description | allowed-tools |
|---|---|
| Check deployment status on Eureka platform | Read, Bash, Glob |
Eureka Deploy Status
Input: "$ARGUMENTS"
PURPOSE
Check the current deployment status of the application on the Eureka platform.
EXECUTION FLOW
═══════════════════════════════════════════════════════════════
PHASE 1: Check Status
═══════════════════════════════════════════════════════════════
1.1: Run Status Command
eureka deploy status --verbose
1.2: Display Results
The command will show:
- Current deployment status (pending, building, deploying, deployed, failed)
- Version information
- Environment
- Timestamps
- Deployment URL (if deployed)
ARGUMENTS
| Argument | Default | Description |
|---|---|---|
--verbose |
false |
Show detailed logs |
EXAMPLES
# Check current deployment status
/eureka:deploy-status
# Check with verbose output
/eureka:deploy-status --verbose