Appearance
metaplay get sdk-versions [flags]
List available Metaplay SDK versions
Appearance
List available Metaplay SDK versions
metaplay get sdk-versions [flags] List all available Metaplay SDK versions that can be downloaded from the portal.
You must be logged in to the Metaplay portal (use 'metaplay auth login').
# List all available SDK versions in text format (default).
metaplay get sdk-versions
# List all available SDK versions in JSON format.
metaplay get sdk-versions --format=json--format <string>: Output format: 'text' or 'json' (default: text)--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]