From 3610a3204fdad2f6e3f5357bc6fe3d7102fe38a3 Mon Sep 17 00:00:00 2001 From: Andrea Della Corte Date: Fri, 24 Nov 2017 14:07:30 +0000 Subject: [PATCH] spatial: add page --- pages/common/spatial.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pages/common/spatial.md diff --git a/pages/common/spatial.md b/pages/common/spatial.md new file mode 100644 index 000000000..49395a5db --- /dev/null +++ b/pages/common/spatial.md @@ -0,0 +1,27 @@ +# spatial + +> A set of commands for managing and developing SpatialOS projects. + +- Build workers for local deployment on Unity on Windows: + +`spatial worker build --target=development --target=Osx` + +- Build workers for local deployment on Unreal: + +`spatial worker build --target=local --target=Windows` + +- Deploy locally: + +`spatial local launch {{launch_config}} --snapshot={{snapshot_file}}` + +- Launch a local worker to connect to your local deployment: + +`spatial local worker launch UnityClient default` + +- Upload an assembly to use for cloud deployments: + +`spatial cloud upload {{assembly_name}}>` + +- Launch a cloud deployment: + +`spatial cloud launch {{assembly_name}} {{launch_config}} {{deployment_name}}`