Skip to content

blissful-infra status

status shows what exists and whether it is running. What it prints depends on your use context.

Terminal window
blissful-infra status
Terminal window
blissful-infra status [name]
ArgumentEffect
(omitted)Scoped to your current context
<name>Show that tenant, one-shot. Your context is not changed
With no context setWith a tenant setWith tenant/project set
All tenants and whether they are upThat tenant’s projects, services and port blockThat project’s services with live health

Live health means the CLI actually probes each service, so a container that is running but failing its health check shows as unhealthy rather than up.

Terminal window
blissful-infra status # whatever your context covers
blissful-infra status acme # one-shot look at another tenant

Because [name] does not change your context, you can check on another tenant mid-task without having to use your way back.

Ports are allocated deterministically per tenant and project index, so they are predictable but not memorable. status is the fastest way to see what a given tenant actually got: Grafana, Jenkins, Kafka, Postgres, the gateway and each service’s HTTP port.

  • use: set the context this command reads
  • tenant: tenant status for tenant detail
  • project: project status for project detail
  • dashboard: the same information, live, in a browser