Appearance
metaplay dev botclient [flags] [-- EXTRA_ARGS]
Run BotClient locally (against local or remote server)
Appearance
Run BotClient locally (against local or remote server)
metaplay dev botclient [flags] [-- EXTRA_ARGS] Run simulated bots against the locally running server, or a cloud environment.
Expected arguments:
Related commands:
# Run bots against the locally running server.
metaplay dev botclient
# Run bots against the 'nimbly' cloud environment.
metaplay dev botclient -e nimbly
# Pass additional arguments to 'dotnet run' of the BotClient project.
metaplay dev botclient -- -MaxBots=5 -MaxBotId=20--environment <string>: Environment (from metaplay-project.yaml) to run the bots against.--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]