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(
final Version version, {
required final CommandLogger logger,
});