LinuxCommandLibrary

pulumi-up

Deploy infrastructure changes

TLDR

Deploy stack

$ pulumi up
copy
Deploy with auto-approval
$ pulumi up --yes
copy
Deploy specific stack
$ pulumi up -s [stack]
copy
Deploy with preview
$ pulumi up --diff
copy
Deploy specific targets
$ pulumi up --target [urn]
copy

SYNOPSIS

pulumi up [options]

DESCRIPTION

pulumi up creates or updates infrastructure. Compares desired state with current infrastructure and applies necessary changes. The primary command for deploying Pulumi programs.

PARAMETERS

-s, --stack name

Target stack.
-y, --yes
Skip confirmation.
--diff
Show detailed diff.
--target urn
Update specific resources.
--refresh
Refresh before update.
-p, --parallel n
Parallelism level.
--skip-preview
Skip preview step.
--replace urn
Force replacement of resources.
-f, --skip-preview
Skip preview.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community