Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
aminelch authored Jan 31, 2025
2 parents ac8fc8a + c0e5ac9 commit 5687503
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pages/common/local.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# local

> Declare local variables and give them attributes.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#Bash-Builtins>.
> See also: `declare`.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-local>.
- Declare a string variable with the specified value:

Expand Down
4 changes: 4 additions & 0 deletions pages/common/pulumi-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`
Expand Down
2 changes: 1 addition & 1 deletion pages/common/read.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# read

> Shell builtin for retrieving data from `stdin`.
> More information: <https://manned.org/read.1p>.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-read>.
- Store data that you type from the keyboard:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/{.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Curly brace

> Multipurpose shell syntax.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-hash>.
> More information: <https://www.gnu.org/software/bash/manual/bash.html>.
- Isolate variable names:

Expand Down

0 comments on commit 5687503

Please sign in to comment.