Skip to content

CLI

check

speakeasy configure generation check

Check gen.yaml config values against newSDK defaults for targets in workflow.yaml

Analyzes the gen.yaml files for SDK targets defined in workflow.yaml and compares their values against the defaults for new SDKs, identifying which settings differ from the recommended defaults.

speakeasy configure generation check [flags]
-a, --all show all config values, not just differences
-f, --format string output format (markdown: human-readable, table: markdown table, json: JSON output) (default "markdown")
-h, --help help for check
-t, --target string specific target to check (if not specified, checks all targets)
--logLevel string the log level (available options: [info, warn, error]) (default "info")