| name | ground-aurelia |
| description | Use when grounding in an aurelia-managed environment. Extends /ground with aurelia CLI and service mesh context. |
Ground Aurelia
Follow /ground — here's how to orient in the aurelia service mesh.
Orientation
aurelia status
aurelia logs <service>
aurelia list
Service specs
Specs live at ~/.aurelia/services/<name>.yaml. Each defines the service type, port, health check, routing, and restart policy.
Key things to check when grounding:
- Which services are running vs stopped vs failed
- Which services have routing (
.studio.internal domains via Traefik)
- Which services use dynamic ports (
port: 0 → reads $PORT)
Key commands
aurelia status
aurelia up <service>
aurelia down <service>
aurelia restart <service>
aurelia deploy <service>
aurelia reload
aurelia check <spec>
$ARGUMENTS