LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pulumi-stack

Manage isolated infrastructure environments

TLDR

Show current stack
$ pulumi stack
copy
List all stacks
$ pulumi stack ls
copy
Select stack
$ pulumi stack select [stack]
copy
Create new stack
$ pulumi stack init [name]
copy
Delete stack
$ pulumi stack rm [name]
copy
Export stack state
$ pulumi stack export > state.json
copy

SYNOPSIS

pulumi stack [command] [options]

DESCRIPTION

pulumi stack manages stacks. Stacks are isolated instances of infrastructure (dev, staging, prod). Each stack has its own state, configuration, and resources.

PARAMETERS

ls

List stacks.
select name
Switch to stack.
init name
Create stack.
rm name
Delete stack.
export
Export state to JSON.
import
Import state from JSON.
output name
Get stack output.
history
Show deployment history.
rename name
Rename stack.
tag cmd
Manage stack tags.

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