Forrest logo
back to context overview

spatial

List of commands for spatial:

  • spatial:tldr:4a89e spatial: Launch a local worker to connect to your local deployment.
    $ spatial local worker launch ${worker_type} ${launch_config}
    try on your machine
    explain this command
  • spatial:tldr:5b469 spatial: Run this when you use a project for the first time.
    $ spatial worker build
    try on your machine
    explain this command
  • spatial:tldr:73d42 spatial: Clean worker directories.
    $ spatial worker clean
    try on your machine
    explain this command
  • spatial:tldr:b437f spatial: Upload an assembly to use for cloud deployments.
    $ spatial cloud upload ${assembly_name}
    try on your machine
    explain this command
  • spatial:tldr:b56cd spatial: Deploy locally.
    $ spatial local launch ${launch_config} --snapshot=${snapshot_file}
    try on your machine
    explain this command
  • spatial:tldr:cc612 spatial: Build workers for local deployment on Unreal on Windows.
    $ spatial worker build --target=local --target=Windows
    try on your machine
    explain this command
  • spatial:tldr:fa25a spatial: Launch a cloud deployment.
    $ spatial cloud launch ${assembly_name} ${launch_config} ${deployment_name}
    try on your machine
    explain this command
  • spatial:tldr:ffd06 spatial: Build workers for local deployment on Unity on macOS.
    $ spatial worker build --target=development --target=Osx
    try on your machine
    explain this command
back to context overview