CloudBuildCommand constructor

CloudBuildCommand({
  1. required CommandLogger logger,
})

Implementation

CloudBuildCommand({required super.logger}) {
  addSubcommand(CloudBuildLogCommand(logger: logger));
  addSubcommand(CloudBuildSecretCommand(logger: logger));
}