From c8723ddceec6924998d132f28b045932c2577086 Mon Sep 17 00:00:00 2001 From: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Date: Fri, 28 Feb 2025 23:46:45 -0800 Subject: [PATCH] pulumi-state: add `pulumi state edit` example (#15806) --- pages/common/pulumi-state.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/pulumi-state.md b/pages/common/pulumi-state.md index 6838708823..7014b59010 100644 --- a/pages/common/pulumi-state.md +++ b/pages/common/pulumi-state.md @@ -19,6 +19,10 @@ `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 --help`