DeployDryRunOption constructor

const DeployDryRunOption({
  1. OptionGroup? group,
})

Implementation

const DeployDryRunOption({super.group})
  : super(
      argName: 'dry-run',
      helpText: 'Do not actually deploy, just print the deployment steps.',
      defaultsTo: false,
      negatable: false,
    );