DeployDryRunOption constructor
const
DeployDryRunOption({
- 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,
);