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 local worker-flag list
Lists the worker flags of given worker type in a local deployment.
Description
Lists the worker flags of given worker type in a local deployment. For each flag it will print '<flag name>=<flag value> using info level logging.'
spatial local worker-flag list <worker_type> [flags]
Options
--local_service_grpc_port uint16 Port on which the local version of Improbable's public gRPC services are running. (default 22000)
--project string Project name - required if running this command outside of a SpatialOS project directory. If this flag is not specified and the command is run in a SpatialOS directory, projectName will be taken from spatialos.json.
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.