From bace33f9433d45d22b996bcf617c3656cce81ab4 Mon Sep 17 00:00:00 2001 From: Zhou Yu Date: Wed, 4 Mar 2020 14:46:23 +0800 Subject: [PATCH] Add missing argument in the command Otherwise you'll see ```Encountered an error during command execution. A snapshot is required. Please specify a snapshot file using `--snapshot=`, an existing snapshot using Flag(snapshot_read_id), or ensure there is a snapshot in the history of Deployment(zhou_test_deployment)``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6d15e0..2bcd8e8 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ As usual set the `project_name` field in `spatialos.json` to match your SpatialO ``` spatial cloud upload -spatial cloud launch default_launch.json +spatial cloud launch default_launch.json --snapshot=snapshots/default.snapshot ``` However, the launcher doesn't support using C# workers to start clients yet. You can still connect a client to the deployment by obtaining a login token from the launcher and passing it when starting the `cloud` worker external configuration.