DeployRedeployOption constructor
const
DeployRedeployOption({
- OptionGroup? group,
Implementation
const DeployRedeployOption({super.group})
: super(
argName: 'redeploy',
helpText:
'Redeploy the currently running build with the latest variables and '
'secrets. Skips zipping and uploading the project.',
defaultsTo: false,
negatable: false,
);