spacetimedb-cli

Installation
SKILL.md

Use this skill for spacetime command-line workflows.

Core patterns

  • Local iteration usually starts with spacetime dev; use --template, --client-lang, --module-path, and --module-bindings-path when the project layout is not the default.
  • Module lifecycle commands are spacetime init, spacetime build, spacetime publish, and spacetime generate.
  • Runtime/debug commands are spacetime call [DATABASE] <FUNCTION> [ARGS...], spacetime sql [DATABASE] "<QUERY>", spacetime logs [DATABASE], and spacetime describe --json [DATABASE].
  • spacetime generate supports --lang csharp|typescript|rust|unrealcpp, --out-dir, --module-path, and --include-private.
  • spacetime publish [name|identity] builds by default. Use --server for non-default hosts and read migration guidance before --break-clients or --delete-data.
  • Database names are lowercase ASCII words separated by hyphens.

Common command shapes

Installs
26
GitHub Stars
7
First Seen
May 7, 2026
spacetimedb-cli — danmossa/spacetimedb-skills