the export only results in the export outputs
# general
a
the export only results in the export outputs
c
Is the resulting output a JSON file or a tabular list of output properties and their values?
a
tabular list of output properties and their values
c
I had typed the wrong command initially, it is
pulumi stack export
, which dumps the checkpoint file’s contents to STDOUT.
a
doh
c
My mistake, I had typed
pulumi stack output
which is a totally different thing.
a
now it is JSON... i'll edit and try the import
all good now
thanks
c
Glad to hear. Hopefully we’ll have a better story for this sort of thing in the future.