This message was deleted.
# getting-started
s
This message was deleted.
w
This docs page discusses stacks: https://www.pulumi.com/docs/intro/concepts/stack/ In a nutshell, any
pulumi stack init
will create a new stack in the given project. And the
pulumi config cp
(https://www.pulumi.com/docs/reference/cli/pulumi_config_cp/) command is handy to copy configuration (including secrets) from one stack to another stack.