Appearance
metaplay dev image IMAGE:TAG [flags] [-- EXTRA_ARGS]
Run a server Docker image locally
Appearance
Run a server Docker image locally
metaplay dev image IMAGE:TAG [flags] [-- EXTRA_ARGS] Run a pre-built docker image locally.
The LiveOps Dashboard is served at http://localhost:5550.
Expected arguments:
Related commands:
# Run the docker image (until terminated).
metaplay dev image mygame:test
# Run the latest built local docker image.
metaplay dev image latest-local--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]