You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: display custom domain and locale in status page commands (#21)
- Show custom domain URL instead of default slug URL in status page list
- Update proto dependency to include custom_domain on StatusPageSummary
- Display default locale and defined locales in status page info
t.Run("Displays custom domain when set", func(t*testing.T) {
46
+
body:=`{"statusPages":[{"id":"1","title":"My Status Page","slug":"my-page","customDomain":"status.example.com","published":true,"createdAt":"2026-01-01T00:00:00Z","updatedAt":"2026-01-01T00:00:00Z"}],"totalSize":1}`
0 commit comments