pulumi-up: add page; pulumi: add subcommand mention (#11605)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
pull/23/head
Sharun 2023-11-30 10:07:02 -05:00 committed by GitHub
parent 6fa40aef1f
commit 9db3b97da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

16
pages/common/pulumi-up.md Normal file
View 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}}`

View File

@ -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: