now i need to reset my local pulumi env
# getting-started
g
now i need to reset my local pulumi env
e
Was this for a stack password?
g
aye, i believe so
i was using
pulumi login --local
so now im on the hunt as to what to remove to reset
e
Do you need to delete the resources from that stack? Or is ok to just reset pulumis state to nothing?
g
total reset
e
you can just delete the stack with
pulumi stack rm --force <stack name>
that won't change any actual resources, but totally clears pulumis state for that stack
g
Yeah I already deleted those files 😩
they’re gone gone
was trying to create a new stack and it’s asking me for a passphrase
e
Yeh that's a new passphrase
Every new stack can have it's own passphrase
g
Copy code
Sorry, could not create stack 'dev': stack 'dev' already exists
I assume there’s a pulumi ls cmd?
e
stack ls
g
ayyy
there we go
cheers
e
n/p