actions-marketplace-validations/Pulumi CLI Action

Pulumi's GitHub Actions deploy apps and infrastructure to your cloud of choice, using just your favorite language and GitHub.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
commandPulumi command to run, eg. upyes
stack-nameWhich stack you want to apply to, eg. devyes
work-dirLocation of your Pulumi files. Defaults to ./no./
comment-on-prIf true, a comment will be created with resultsnofalse
comment-on-pr-numberOverrides the PR used to comment onno0
github-tokenGithub Tokenno${{ github.token }}
cloud-urlA cloud URL to log in tono""
secrets-providerThe type of the provider that should be used to encrypt and decrypt secrets. Possible choices: default, passphrase, awskms, azurekeyvault, gcpkms, hashivaultno""
parallelAllow P resource operations to run in parallel at once (1 for no parallelism). Defaults to unbounded.no2147483647
messageOptional message to associate with the update operationno""
config-mapConfig to use during the operationsno""
expect-no-changesReturn an error if any changes occur during this updateno
diffDisplay operation as a rich diff showing the overall changeno
replaceSpecify resources to replace. Multiple resources can be specified one per lineno
targetSpecify a single resource URN to update. Other resources will not be updated. Multiple resources can be specified one per lineno
target-dependentsAllows updating of dependent targets discovered but not specified in target.nofalse
policyPacksRun one or more policy packs as part of this update.no
policyPackConfigsPath to JSON file containing the config for the policy pack of the corresponding "--policy-pack" flag.no
refreshPerform a stack refresh as part of the operationnofalse
upsertCreate the stack if it currently does not existnofalse
removeDelete the stack after a destroy operationnofalse
edit-pr-commentEdit previous PR comment instead of posting new onenotrue
pulumi-versionInstall a specific version of the Pulumi CLIno^3
colorColorize output. Choices are: always, never, raw, autonoauto
namedescription
outputOutput from running command