Options (4)
-y, --yesbooleanAutomatically approve and perform the update after previewing it
Example:
pulumi up {{[-y|--yes]}}-s, --stackbooleanPreview and deploy changes in a specific stack
Example:
pulumi up {{[-s|--stack]}} {{stack}}-r, --refreshbooleanRefresh the state of the stack's resources before updating
Example:
pulumi up {{[-r|--refresh]}}-h, --helpbooleanDisplay help
Example:
pulumi up {{[-h|--help]}}Examples (7)
Preview and deploy changes to a program and/or infrastructure
Automatically approve and perform the update after previewing it
pulumi up [-y|--yes]Refresh the state of the stack's resources before updating
pulumi up [-r|--refresh]Don't display stack outputs
pulumi up --suppress-outputsContinue updating the resources, even if an error is encountered
pulumi up --continue-on-errorDisplay help
pulumi up [-h|--help]made by @shridhargupta | data from tldr-pages