Hi I'm trying to import a stack from a local pulum...
# general
a
Hi I'm trying to import a stack from a local pulumi to Pulumi SaaS. I've exported the old stack to a json file called. test.json I'm then running pulumi stack import --file "test.json" but getting error: invalid character 'ÿ' looking for beginning of value
w
Hmm - could you share the beginning of the file? Is it valid JSON?
a
Its just > output from pulumi stack export { "version": 3, "deployment": { "manifest": { "time": "2020-04-23T103054.457238278Z", "magic": "1cf887de9e8df1530de6a3a80e5fb8cef3c26c5248611921bd860c85313a688f", "version": "v2.0.0" }, "secrets_providers": { "type": "cloud",
w
Can you share the full error message you get in context?