mirror of https://github.com/CrimsonTome/tldr.git
pulumi-up: add page; pulumi: add subcommand mention (#11605)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>pull/23/head
parent
6fa40aef1f
commit
9db3b97da5
|
@ -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
|
# pulumi
|
||||||
|
|
||||||
> Define infrastructure on any cloud using familiar programming languages.
|
> 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>.
|
> More information: <https://www.pulumi.com/docs/reference/cli>.
|
||||||
|
|
||||||
- Create a new project using a template:
|
- Create a new project using a template:
|
||||||
|
|
Loading…
Reference in New Issue