CloudCreateSecretCommand constructor

CloudCreateSecretCommand({
  1. required CommandLogger logger,
})

Implementation

CloudCreateSecretCommand({required super.logger})
    : super(options: CreateSecretCommandConfig.values);