CLI

The irtio CLI scaffolds, runs, tests, and deploys your room. Run any command with --help for full flags.

npx irtio <command> [options]

Commands

CommandDoes
initScaffold irtio/ and a passing test into the current project
devRun the room locally with hot reload; prints the join URL
testRun room tests with simulated players
deployType-check, test, and promote the room to an environment
releasesList deployed versions
rollback <ver>Instantly revert to a previous version
secretsSet / list / remove environment secrets
migrateScaffold and apply a schema migration
logsTail room logs for an environment

Common flags

FlagApplies toMeaning
--env <name>deploy, logs, secretstarget environment (default production)
--watchtestre-run on file change
--seed <n>testfix the simulation seed
--jsonmostmachine-readable output for CI and agents

Examples

npx irtio init
npx irtio dev
npx irtio test --watch
npx irtio deploy --env staging
npx irtio rollback v41

Next steps

Placeholder reference.