https://pulumi.com logo
e

elegant-crayon-4967

04/08/2020, 5:18 PM
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

faint-table-42725

04/08/2020, 6:56 PM
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

elegant-crayon-4967

04/08/2020, 7:34 PM
yea I did that
just still for the project as a whole, the old description is showing
f

faint-table-42725

04/08/2020, 7:48 PM
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

elegant-crayon-4967

04/08/2020, 8:14 PM
thank you!