pulumi-up: add page; pulumi: add subcommand mention (#11605)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
16
pages/common/pulumi-up.md
Normal file
16
pages/common/pulumi-up.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# pulumi up
|
||||
|
||||
> Create or update the resources in a stack.
|
||||
> More information: <https://www.pulumi.com/docs/cli/commands/pulumi_up/>.
|
||||
|
||||
- Preview and deploy changes to a program and/or infrastructure:
|
||||
|
||||
`pulumi up`
|
||||
|
||||
- Automatically approve and perform the update after previewing it:
|
||||
|
||||
`pulumi up --yes`
|
||||
|
||||
- Preview and deploy changes in a specific stack:
|
||||
|
||||
`pulumi up --stack {{stack}}`
|
@@ -1,6 +1,7 @@
|
||||
# pulumi
|
||||
|
||||
> Define infrastructure on any cloud using familiar programming languages.
|
||||
> Some subcommands such as `pulumi up` have their own usage documentation.
|
||||
> More information: <https://www.pulumi.com/docs/reference/cli>.
|
||||
|
||||
- Create a new project using a template:
|
||||
|
Reference in New Issue
Block a user