install abstract method
Installs exactly version of the CLI.
Throws a CliUpdateFailedException if the install could not be run or did not succeed.
Implementation
Future<void> install(Version version, {required CommandLogger logger});
Installs exactly version of the CLI.
Throws a CliUpdateFailedException if the install could not be run or did not succeed.
Future<void> install(Version version, {required CommandLogger logger});