Operate the server with the CLI
Start the server
bash
tyoi runRunning tyoi without a command behaves the same as run.
bash
tyoi --port 3001To override the port and open a browser, run:
bash
tyoi run --port 3001 --openInspect the active configuration
bash
tyoi infoIf multiple configuration files exist, run and info ask you to select the file to use interactively.
Change the display language
bash
tyoi setting language en-US
tyoi setting language ja-JPThe setting is saved to .tyoi-server/config.json in the directory where the command was run. The bundled languages are currently ja-JP and en-US.
Help and version
bash
tyoi help
tyoi --help
tyoi --version