Appearance
metaplay dev export-cli-reference [flags]
Export CLI command reference
Appearance
Export CLI command reference
metaplay dev export-cli-reference [flags] Export full CLI command reference in machine-readable format.
This command exports all visible commands and flags into a JSON file.
# Export CLI reference as JSON.
metaplay dev export-cli-reference --format=json --output=cli-reference.json--format <string>: Output format. Valid value is 'json'. (default: json)--help: help for export-cli-reference--output <string>: Output file path (required)--color <string>: Should the output be colored (yes/no/auto)? [env: METAPLAYCLI_COLOR] (default: auto)--project <string>: Path to the to project directory (where metaplay-project.yaml is located)--skip-version-check: Skip the check for a new CLI version being available--verbose: Enable verbose logging, useful for troubleshooting [env: METAPLAYCLI_VERBOSE]