From 9db3b97da5f79ad7b7e3ada3705e71406e923f77 Mon Sep 17 00:00:00 2001 From: Sharun <715417+sharunkumar@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:07:02 -0500 Subject: [PATCH] pulumi-up: add page; pulumi: add subcommand mention (#11605) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/common/pulumi-up.md | 16 ++++++++++++++++ pages/common/pulumi.md | 1 + 2 files changed, 17 insertions(+) create mode 100644 pages/common/pulumi-up.md diff --git a/pages/common/pulumi-up.md b/pages/common/pulumi-up.md new file mode 100644 index 000000000..3160990c2 --- /dev/null +++ b/pages/common/pulumi-up.md @@ -0,0 +1,16 @@ +# pulumi up + +> Create or update the resources in a stack. +> More information: . + +- 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}}` diff --git a/pages/common/pulumi.md b/pages/common/pulumi.md index 260c50326..005f53d81 100644 --- a/pages/common/pulumi.md +++ b/pages/common/pulumi.md @@ -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: . - Create a new project using a template: