Skip to content

CLI

Bundle and pre-initialize a worker.

Terminal window
kyu build [config]

If no config path is provided, defaults are used. Pass an explicit path to override.

Terminal window
kyu build
kyu build path/to/kyushu.toml

Run a built worker.

Terminal window
kyu run [config]

If no config path is provided, defaults are used. Pass an explicit path to override.

Terminal window
kyu run
kyu run path/to/kyushu.toml

Start a local development server with live reload.

Terminal window
kyu dev [config]

If no config path is provided, defaults are used. Pass an explicit path to override.

Terminal window
kyu dev
kyu dev path/to/kyushu.toml

Print the installed CLI version.

Terminal window
kyu --version