Pulumi CLI Skill Quick Command Reference Deployment Workflow Stack Management State Operations Configuration Common Flags | Flag | Description | |------|-------------| | / | Skip confirmation prompts | | / | Specify stack name | | / | Limit concurrent operations | | | Target specific resource URNs | | | Refresh state before operation | | | Show detailed diff | | | Output in JSON format | | | Skip preview step | | | Hide stack outputs | CI/CD Quick Setup These three environment variables are essential for non-interactive Pulumi in CI/CD — without , Pulumi may prompt for input and hang your pip…