CLI 1.0.0
13 documented changes.
- Version
- 1.0.0
- Released
- Jul 1, 2023
- Product
- Unity Gaming Services
CLI 1.0.0
Updates
- Feature
Added: Leaderboards now supports the `ugs deploy` and `ugs fetch` commands at the root.
- Feature
Added: Leaderboards now supports `new-file` , to create an empty file for leaderboards.
- Feature
Added: Game Server Hosting Module Service commands. Run `ugs gsh -h` to show usage.
- Feature
Added: Supports builds, build configurations, fleets, fleet regions and servers.
- Feature
Added: Deployment Definitions to the Deploy and Fetch commands.
- Feature
Added: Analytics related to command usage and options used.
- Feature
Added: Deploy/Fetch return an array in a table-like format with -json flag enabled.
- Feature
Added: Deploy sends file configurations into the service.
- Feature
Added: Fetch updates local files based on service configuration.
- Removal
Changed: Removed Leaderboards support to `create` and `update` commands in favor of `deploy` and `fetch` .
- Fix
Fixed: Implement JsonConverters to prevent NotImplementedException when converters are invoked by reflection.
- Fix
Fixed: A bug with the login command when stdin is redirected.
- Fix
Fixed: A bug preventing Remote Config fetch dry run to update the fetched file name.