easy one for you guys this morning…how can you edi...
# general
e
easy one for you guys this morning…how can you edit a project description?
When I edit the
pulumi.yaml
file, that is not reflected in the gui
f
I think you’ll have to rename the stack if the intention is to change what’s on the service side as well. see
pulumi stack rename
and renaming via a fully-qualified name
e
yea I did that
just still for the project as a whole, the old description is showing
f
Ah, sorry, i misread that and read that as project name, not description — my bad
I believe you can manage the stack tag to modify that
pulumi stack tag set pulumi:description "Your Description"
e
thank you!