Skip to main content

diagrid appid schema

Print the OpenAPI schema for the appid resource type

Description

Print the OpenAPI schema for the appid resource type.

The schema lists every appid field with all references resolved inline. It is read from the spec embedded in the CLI, so no project or login is needed. Use "diagrid appid example" to print a ready-to-edit sample instead.

diagrid appid schema [flags]

Examples


# Print the appid schema as YAML
diagrid appid schema

# Print the appid schema as JSON
diagrid appid schema --output json

Options

-h, --help help for schema
-o, --output string Output format, supported [yaml, json] (default "yaml")

Options inherited from parent commands

--api-key string Diagrid Cloud API key

SEE ALSO