feat: add status page CLI commands and YAML workflow#6
Merged
Conversation
Implements full Status Page support: - 28 imperative commands (CRUD for pages, components, groups, incidents, subscribers, domains) - YAML declarative workflow (validate, plan, deploy) with sub-resource reconciliation - Updated OpenAPI spec and regenerated types - Fixed pre-existing type errors from stricter API contract Made-with: Cursor
- Make --body required on incidents create (API requires it) - Add GROUP component type and --resource-group-id flag - Add missing flags to components/groups create and update commands - Remove slug from update flags (immutable after creation) - Add --enabled flag to status page update - Fix YAML applyUpdate to use proper UpdateStatusPageRequest shape - Guard syncSubResources to skip when no sub-resources in YAML - Send null branding fields in update to preserve server state Made-with: Cursor
- Add statusPage to ALL_HANDLED_TYPES, metadata, refKey, deletePath tests - Update allHandlers count from 9 to 10 - Add STATUS_PAGES to CLI_RESOURCE_CONFIGS in parity test - Fix applier test: isDefault should be null, not undefined Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
npm run buildandnpm run lint— 0 errorsmake test-surface SURFACE=cli)Made with Cursor