CloudVariableSetCommand constructor

CloudVariableSetCommand({
  1. required CommandLogger logger,
})

Implementation

CloudVariableSetCommand({required super.logger})
  : super(options: SetVariableCommandConfig.values);