run method
Runs this command. Subclasses should instead override runWithConfig.
Implementation
@override
Future<void> run() async {
logger.info('Serverpod Cloud CLI version: ${runner.version}');
}
Runs this command. Subclasses should instead override runWithConfig.
@override
Future<void> run() async {
logger.info('Serverpod Cloud CLI version: ${runner.version}');
}