LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pulumi-state

Directly manipulate stack state

TLDR

Delete resource from state
$ pulumi state delete [urn]
copy
Unprotect resource
$ pulumi state unprotect [urn]
copy
Rename resource
$ pulumi state rename [urn] [new_name]
copy
Upgrade state schema
$ pulumi state upgrade
copy

SYNOPSIS

pulumi state command [options]

DESCRIPTION

pulumi state manipulates stack state directly. Use for state surgery when resources need manual removal or modification. Dangerous operations that bypass normal resource lifecycle.

PARAMETERS

delete urn

Remove resource from state.
unprotect urn
Remove protection from resource.
rename urn name
Rename resource in state.
upgrade
Upgrade state schema.
-s, --stack name
Target stack.
-y, --yes
Skip confirmation.
--force
Force operation.

INSTALL

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

CAVEATS

Direct state manipulation can cause drift between state and actual infrastructure. Use with caution.

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