logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pulumi State - Edit Stack State | Online Free DevTools by Hexmos

Edit your Pulumi stack's state with Pulumi State. Move resources, repair invalid states, and manage deployments. Free online tool, no registration required.

pulumi-state

Edit the current stack’s state. More information: https://www.pulumi.com/docs/iac/cli/commands/pulumi_state/.

  • Delete a resource from the current stack’s state:

pulumi state delete

  • 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:

pulumi state rename

  • Repair an invalid state:

pulumi state repair

  • 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]}}

See Also