Skip to content

Port schema introspect from the Go fork #8

Description

@beengud

Port schema introspect from the Go fork

Source: beengud/observe PR #9. Files: cmd_schema.go.
New CLI status: Absent.

Old command surface

observe schema introspect [--type <TypeName>]   # GraphQL introspection of the live tenant schema -> formatted JSON

--type filters to a single named type (e.g. Dashboard, DashboardInput, Mutation, Query).

Why it mattered

  • Built to chase schema/field drift (e.g. new Dashboard fields) and to discover the exact input shape for mutations like saveDashboard. It is a developer/diagnostic tool that supported the board work.

Acceptance

  • schema introspect [--type] ported against the new CLI's GraphQL client; outputs formatted JSON; --type filtering works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestport-from-goCustom feature to port from deprecated Go fork (beengud/observe)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions