CloudSecretUnsetCommand constructor

CloudSecretUnsetCommand({
  1. required CommandLogger logger,
})

Implementation

CloudSecretUnsetCommand({required super.logger})
  : super(options: UnsetSecretCommandConfig.values);