Nebula

nebula setup

Install the prerequisites for running Nebula locally

generated from the sources

Install the prerequisites for running Nebula locally.

nebula setup [--check]
Installs what is missing and reports what it finds:
  spacetime   the SpacetimeDB CLI (control-plane server + module publishing), via its official installer
  dotnet      the .NET 10 SDK the control-plane module is compiled with, via dotnet-install into ~/.dotnet
  git, ssh    needed by `nebula init` (fetching the SDK) and `nebula deploy` (reaching the VMs)
  Unity       reports the editors Unity Hub has installed and whether they have Linux Dedicated Server support

Options

OptionDescription
--checkonly report; install nothing

Global options

These work with every command and may appear before or after it.

OptionDescription
--project <path>run against another Nebula project instead of the current folder
-v, --verboseprint stack traces and the commands the CLI runs
-y, --yesanswer every confirmation with yes

Examples

nebula setup
nebula setup --check
nebula setup --yes

On this page