Show current Autodock environment status and URLs
Displays current Autodock environment status, exposed URLs, and resource usage.
/plugin marketplace add mikesol/autodock-plugins/plugin install autodock@autodock-pluginsDisplay the status of the current Autodock staging environment, including exposed URLs and resource usage.
Check for .autodock-state in the project root:
cat .autodock-state 2>/dev/null || echo "NO_STATE"
If no state file exists:
mcp__autodock__env_list to list all environments/autodock up to create one."Call mcp__autodock__env_status with the environmentId from state.
Call mcp__autodock__env_listExposed with the environmentId.
Autodock Environment Status
===========================
**Name:** <name>
**Status:** <ready|stopped|provisioning|failed>
**ID:** <environmentId>
**Exposed URLs:**
- https://3000--<slug>.autodock.io (port 3000) - frontend
- https://8080--<slug>.autodock.io (port 8080) - api
**Auto-stop:** <minutes> minutes remaining
**Created:** <timestamp>
**Last sync:** <timestamp>
**Detected Technologies:** nextjs, vite
**Commands:**
- `/autodock sync` - Re-sync code changes
- `/autodock down` - Stop environment
- `/autodock up --fresh` - Create new environment
If environment is stopped:
**Status:** stopped
This environment is currently stopped. Run `/autodock up` to restart it.
All data and configuration is preserved.
If environment is provisioning:
**Status:** provisioning
This environment is still being set up. Please wait...
If environment is failed:
**Status:** failed
This environment failed to provision. Run `/autodock up --fresh` to try again.