diff --git a/pages/common/local.md b/pages/common/local.md index f23b6fe9722180..eafa6b224acefc 100644 --- a/pages/common/local.md +++ b/pages/common/local.md @@ -1,7 +1,8 @@ # local > Declare local variables and give them attributes. -> More information: . +> See also: `declare`. +> More information: . - Declare a string variable with the specified value: diff --git a/pages/common/pulumi-config.md b/pages/common/pulumi-config.md index e68312ae3269fb..961c077fe58679 100644 --- a/pages/common/pulumi-config.md +++ b/pages/common/pulumi-config.md @@ -7,6 +7,10 @@ `pulumi config --json` +- View configuration for a specified stack: + +`pulumi config --stack {{stack_name}}` + - Get the value of a configuration key: `pulumi config get {{key}}` diff --git a/pages/common/read.md b/pages/common/read.md index 6d40d25d27e7d3..4fb68a4bc214d9 100644 --- a/pages/common/read.md +++ b/pages/common/read.md @@ -1,7 +1,7 @@ # read > Shell builtin for retrieving data from `stdin`. -> More information: . +> More information: . - Store data that you type from the keyboard: diff --git a/pages/common/{.md b/pages/common/{.md index d8d56788ff8af8..ea75bf4fe04794 100644 --- a/pages/common/{.md +++ b/pages/common/{.md @@ -1,7 +1,7 @@ # Curly brace > Multipurpose shell syntax. -> More information: . +> More information: . - Isolate variable names: