CLI Servers are special server designed for development purposes. You can connect to these servers via the cloud-cli client and stream logs in realtime. Also, any local changes in your current server project will be uploaded to the CLI Server and published in realtime. Additionally, a special command will be send to any connected client instance which is using the @wonderlandcloud/client package and trigger a page reload. This flow allows you to rapidly develop and test new features on the fly. Please note, that CLI Servers will only be started and stay online if there is at least one active CLI debug connection. In case no CLI debug connection exists, the server will be automatically shutdown, regardless of any active player connections. Also, there are no persistent packages for CLI Servers, so you can create a CLI Server without an initial server package and you cannot use the cloud-cli to update the package file. If you still try to do this, the command with explicitly fail. To permanently publish your server code, a production server needs to be created.