commands.sh

pulumi state

all

Edit the current stack's state.

More info →

Options (1)

-h, --helpboolean

Display help

Example: pulumi state {{[-h|--help]}}

Examples (6)

Delete a resource from the current stack's state

Move a resource from the current stack to another

pulumi state move resource_urn --dest stack_name

Rename a resource in the current stack's state

Repair an invalid state

Edit a stack's state in the editor specified by the `$EDITOR` environment variable

pulumi state edit --stack stack_name

Display help

pulumi state [-h|--help]
made by @shridhargupta | data from tldr-pages