beamable / BeamableProduct

The beamable product suite including com.beamable, com.beamable.server, microservice base image, portal, the installer, and build scripts
Other
3 stars 0 forks source link

CLI - Add a validation for `.config/dotnet-tools.json` #3511

Open gabrielbeamable opened 1 week ago

gabrielbeamable commented 1 week ago

1 - Check for the existence of this file 2 - Check that the version of the CLI is the same that the one in the config json file 3 - Change the version in the config json file to the one it's supposed to be and log it happened at the end

The command that should be used to change the version is the beam version set ... (yet to be done) and we should tell people to use that instead of changing manually the file.

gabrielbeamable commented 1 week ago

This depends on #3505