Reference

Technical reference material for spaces, including built-in function documentation and CLI help.

  • Starlark Specification: Defines the language basics
  • Builtin Functions: Defines the built-in functions that directly call rust code in the spaces binary
  • SDK: Spaces starlark SDK defines easy-to-use wrappers for the spaces built-in functions
  • Packages: Spaces starlark packages provide reusable libraries and tools to add to your workspaces.
  • Help Reference: Using the command line tool
  • Version