Appearance
metaplay get environment-info ENVIRONMENT [flags]
Get information about the target environment
Appearance
Get information about the target environment
metaplay get environment-info ENVIRONMENT [flags] Get information about the target environment.
By default, displays the most relevant information in a human-readable text format. Use --format=json to get the complete environment information in JSON format.
Expected arguments:
Related commands:
# Show relevant environment information in text format (default)
metaplay get environment-info nimbly
# Show complete environment information in JSON format
metaplay get environment-info nimbly --format=json--format <string>: Output format. Valid values are '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]