This message was deleted.
# general
s
This message was deleted.
b
hey! đź‘‹ are you talking about the code you've created? generally you'd check that into a git repo
s
not the code, the stack - aka the results of “stack export”
b
ah, in that case you'll need to create an organization - anything starter and above: https://www.pulumi.com/pricing/ we have a free trial, but you'll need to create your stack within your organization. I'd recommend contacting support@pulumi.com and they can help you out here
s
ok thanks @billowy-army-68599 - I will contact support!
Although - what about even the simple case where it is still just myself, but I am on a different machine?
b
if you're just on a different machine: -
git clone
your code -
pulumi login
to the pulumi console -
pulumi stack select dev
s
ah - perfect. Thanks!