Hi, how do I import/download a stack configuration...
# general
a
Hi, how do I import/download a stack configuration? I have stack defined in
Pulumi.staging.yaml
, and
pulumi up
is done on a VM. On my laptop, I only have
Pulumi.dev.yaml
of the same project. Now I would like to load
Pulumi.staging.yaml
onto my laptop. Are there any Pulumi commands to do this, instead of me coping all content manually?
c
We usually keep these files in our source code. We use git to push/pull/update them, not pulumi.
a
that is not the case for me, I would like to dynamically clone stacks, deploy and destroy, in the pipeline. sometimes we need to debug, and would like to load the stack config onto laptop, because that stack has its own set of config options.