Downcity
CommandsService

city service status

Show static capability status for a single service

city service status

Show the static catalog entry for a single service.

Usage

city service status <serviceName> [--json]

Examples

city service status chat
city service status memory --json

Example Output (Based on Current Implementation)

The examples below are aligned with current command implementations in packages/downcity/src (including default output mode and field structure). Placeholder values are used for environment-specific fields.

$ city service status task --json
{
  "success": true,
  "service": {
    "name": "task",
    "scope": "agent",
    "supportsLifecycle": true,
    "supportsCommand": true,
    "actions": ["create", "delete", "disable", "enable", "list", "run", "status", "update"]
  }
}