HYTOPIA CLI
The HYTOPIA CLI is typically installed by you during the 1. Initial Setupguide and provides a number of tools related to HYTOPIA game development.
The HYTOPIA CLI is used from your computer's terminal with the hytopia
command.
For example, you can see all available HYTOPIA CLI commands and options by running the following in your terminal:
hytopia help
This will output something similar to the following:
HYTOPIA CLI
Usage:
hytopia [command] [options]
Commands:
help, -h, --help Show this help
version, -v, --version Show CLI version
start Start a HYTOPIA project server (Deno compat & watch)
init [--template NAME] Initialize a new project, or a project using an sdk example as a template.
init-mcp Setup MCP integrations
package Create a zip of the project for uploading to the HYTOPIA create portal.
upgrade-cli Upgrade the HYTOPIA CLI
upgrade-project [VERSION] Upgrade project SDK dep (default: latest)
Examples:
hytopia init --template zombies-fps # Inits a new project using the zombies-fps sdk example codebase
hytopia upgrade-project 0.8.12 # Upgrades project to SDK 0.8.12 explicitly
Last updated