This message was deleted.
# general
s
This message was deleted.
m
Copy code
pulumi stack export > current.json

...

pulumi stack import --file current.json
alternatively, you may want to try
pulumi refresh
first
use
--help
on any of those commands for more information
a
unfortunately the refresh didnt work because the ID has changed, thanks for the export suggestion I'll try that