| command | Pulumi command to run, eg. up | yes | — |
| stack-name | Which stack you want to apply to, eg. dev | yes | — |
| work-dir | Location of your Pulumi files. Defaults to ./ | no | ./ |
| comment-on-pr | If true, a comment will be created with results | no | false |
| comment-on-pr-number | Overrides the PR used to comment on | no | 0 |
| github-token | Github Token | no | ${{ github.token }} |
| cloud-url | A cloud URL to log in to | no | "" |
| secrets-provider | The type of the provider that should be used to encrypt and decrypt secrets. Possible choices: default, passphrase, awskms, azurekeyvault, gcpkms, hashivault | no | "" |
| parallel | Allow P resource operations to run in parallel at once (1 for no parallelism). Defaults to unbounded. | no | 2147483647 |
| message | Optional message to associate with the update operation | no | "" |
| config-map | Config to use during the operations | no | "" |
| expect-no-changes | Return an error if any changes occur during this update | no | — |
| diff | Display operation as a rich diff showing the overall change | no | — |
| replace | Specify resources to replace. Multiple resources can be specified one per line | no | — |
| target | Specify a single resource URN to update. Other resources will not be updated. Multiple resources can be specified one per line | no | — |
| target-dependents | Allows updating of dependent targets discovered but not specified in target. | no | false |
| policyPacks | Run one or more policy packs as part of this update. | no | — |
| policyPackConfigs | Path to JSON file containing the config for the policy pack of the corresponding "--policy-pack" flag. | no | — |
| refresh | Perform a stack refresh as part of the operation | no | false |
| upsert | Create the stack if it currently does not exist | no | false |
| edit-pr-comment | Edit previous PR comment instead of posting new one | no | true |
| pulumi-version | Install a specific version of the Pulumi CLI | no | ^3 |
| color | Colorize output. Choices are: always, never, raw, auto | no | auto |