Appearance
metaplay get server-info ENVIRONMENT [flags]
Get information about the game server deployment
Appearance
Get information about the game server deployment
metaplay get server-info ENVIRONMENT [flags] This command shows details about the game server deployment running in the cloud, including information about the Helm release and the deployed container image.
By default, displays the most relevant information in a human-readable text format. Use --format=json to get the complete server information in JSON format. WARNING: The JSON output is subject to change!
Expected arguments:
Related commands:
# Show server deployment information in text format (default)
metaplay get server-info nimbly--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]