LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pulumi-config

Manage Pulumi stack configuration values

TLDR

Set configuration value
$ pulumi config set [key] [value]
copy
Set secret value
$ pulumi config set --secret [key] [value]
copy
Get configuration value
$ pulumi config get [key]
copy
List all configuration
$ pulumi config
copy
Remove configuration
$ pulumi config rm [key]
copy

SYNOPSIS

pulumi config [command] [options]

DESCRIPTION

pulumi config manages stack configuration values. Configuration includes parameters like cloud regions, instance sizes, and secrets. Secrets are encrypted in state files.

PARAMETERS

set key value

Set configuration value.
get key
Get configuration value.
rm key
Remove configuration.
refresh
Update config from state.
--secret
Encrypt value.
--plaintext
Store unencrypted.
-s, --stack name
Target stack.
--json
Output as JSON.

INSTALL

sudo pacman -S pulumi
copy
sudo apk add pulumi
copy
brew install pulumi
copy
nix profile install nixpkgs#pulumi
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid