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-pathwhen the project layout is not the default. - Module lifecycle commands are
spacetime init,spacetime build,spacetime publish, andspacetime generate. - Runtime/debug commands are
spacetime call [DATABASE] <FUNCTION> [ARGS...],spacetime sql [DATABASE] "<QUERY>",spacetime logs [DATABASE], andspacetime describe --json [DATABASE]. spacetime generatesupports--lang csharp|typescript|rust|unrealcpp,--out-dir,--module-path, and--include-private.spacetime publish [name|identity]builds by default. Use--serverfor non-default hosts and read migration guidance before--break-clientsor--delete-data.- Database names are lowercase ASCII words separated by hyphens.