Skip to content

display space id in status output#15

Merged
murrayju merged 4 commits into
mainfrom
murrayju/status-user
May 20, 2026
Merged

display space id in status output#15
murrayju merged 4 commits into
mainfrom
murrayju/status-user

Conversation

@murrayju
Copy link
Copy Markdown
Member

@murrayju murrayju commented May 20, 2026

This updates ghost status to display the space id.

> ghost status
Space: v3bksjls04
Compute: 101/200 hours (50.5%)
Storage: 147MiB/1TiB (0%)
Databases: 1 (1 running)
> ghost status --json
{
  "compute_minutes": 6060,
  "compute_limit_minutes": 12000,
  "storage_mib": 147,
  "storage_limit_mib": 1024000,
  "databases": {
    "running": 1
  },
  "cost_to_date": 0,
  "estimated_total_cost": 0,
  "billing_period_start": "1970-01-01T00:00:00Z",
  "billing_period_end": "1970-01-01T00:00:00Z",
  "space_id": "v3bksjls04"
}

@murrayju murrayju changed the title display email and space id in status output display space id in status output May 20, 2026
@murrayju murrayju merged commit 00aec4c into main May 20, 2026
2 checks passed
@murrayju murrayju deleted the murrayju/status-user branch May 20, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants