CloudBuildCommand constructor
CloudBuildCommand({
- required CommandLogger logger,
Implementation
CloudBuildCommand({required super.logger}) {
addSubcommand(CloudBuildLogCommand(logger: logger));
addSubcommand(CloudBuildSecretCommand(logger: logger));
}