sparse-intern-71089
07/22/2019, 10:45 PMgentle-diamond-70147
07/22/2019, 10:46 PMgentle-diamond-70147
07/22/2019, 10:46 PMincalculable-lock-7238
07/22/2019, 10:49 PMgentle-diamond-70147
07/22/2019, 10:52 PMincalculable-lock-7238
07/22/2019, 10:59 PMincalculable-lock-7238
07/22/2019, 11:00 PMorganization/llama
organization/alpaca
I want to pull project alpacaincalculable-lock-7238
07/22/2019, 11:02 PMpulumi up --config-file=config/Pulumi.dev.yaml -s organization/alpaca/dev
gentle-diamond-70147
07/22/2019, 11:03 PMgentle-diamond-70147
07/22/2019, 11:04 PMincalculable-lock-7238
07/22/2019, 11:09 PMincalculable-lock-7238
07/22/2019, 11:09 PMincalculable-lock-7238
07/22/2019, 11:10 PMincalculable-lock-7238
07/22/2019, 11:11 PMpulumi new bla-bla -s organization/alpaca/dev
but how do we go about with an existing projectgentle-diamond-70147
07/22/2019, 11:13 PMpulumi stack select organization/alpaca/dev
, then pulumi up
.gentle-diamond-70147
07/22/2019, 11:14 PMgit clone <https://github.com/pulumi/examples.git>
2. cd examples/aws-ts-eks
3. pulumi stack select dev
4. pulumi up
incalculable-lock-7238
07/22/2019, 11:19 PMincalculable-lock-7238
07/22/2019, 11:22 PM➜ pulumi stack select reactioncommerce/packer-ami/dev
➜ pulumi up --config-file=config/Pulumi.dev.yaml
Previewing update (reactioncommerce/dev):
Type Name Plan
+ pulumi:pulumi:Stack packer-ami-dev create
+ ├─ aws:ec2:SecurityGroup mySecurityGroup create
+ └─ aws:ec2:Instance ec2-instance create
gentle-diamond-70147
07/22/2019, 11:28 PMname
value in your Pulumi.yaml
(not the .dev.
one) for the Project that the CLI uses to choose the right stack. Do you have this name
set to the same name as another project? This might be confusing the CLI.
As an example:
name: demo-aws-ts-webserver
runtime: nodejs
description: A minimal AWS TypeScript Pulumi program
gentle-diamond-70147
07/22/2019, 11:28 PMdemo-aws-ts-webserver
when looking up the stack.incalculable-lock-7238
07/22/2019, 11:34 PMPulumi.yaml
file we have different name values per project.
Are we supposed to have a repo per Pulumi project? Only one “Pulumi.yaml” file?incalculable-lock-7238
07/22/2019, 11:45 PMgentle-diamond-70147
07/22/2019, 11:52 PM