These are the docs for 13.8, an old version of SpatialOS.
The docs for this version are frozen: we do not correct, update or republish them.
14.5 is the newest →
spatial alpha cloud upload
Upload local assemblies for new project structure.
spatial alpha cloud upload -a <assembly name> [flags]
Options
-a, --assembly_name string Name of the assembly to be uploaded (required). Assembly names may contain alphanumerical characters, hyphens, dots and underscores, and must be 5 to 64 characters long.
--force Force upload by overwriting an existing assembly.
-n, --tries int Number of upload attempts to be made. (default 1)
--upload_only Do not remove remote artifacts that are not present locally.
--upload_workers int Maximum number of file uploads to be performed in parallel. (default 3)
Options inherited from parent commands
--json_output Print output in JSON format. Useful when you need to parse the Spatial CLI output.
--log_directory string Sets the directory log files will be created in. If not specified, this is set to <project_root>/logs when inside a project directory and logging is disabled when outside a project directory.
--log_level string Sets the log level. Available log levels: debug, info, warning, error, fatal, or panic.
--main_config string The path to your project's main configuration file (usually called spatialos.json)
--no_animation Disable dynamic output elements such as the spinner, progress bars, etc.
--project_name string This flag overrides the project name given in the spatialos.json file of the current SpatialOS project (if there is one).