https://pulumi.com logo
Title
g

gifted-student-18589

10/09/2020, 9:44 AM
btw, one question, does the automation API still require the user to download/install the Pulumi CLI first, or is this handled automatically (not-needed?) somehow? I can see this
await stack.workspace.installPlugin("aws", "v3.6.1");
, this looks promising already.
t

tall-librarian-49374

10/09/2020, 9:45 AM
Current implementation shells out commands to the CLI, so installing a CLI is still required
g

gifted-student-18589

10/09/2020, 9:46 AM
great, thanks!
l

lemon-agent-27707

10/09/2020, 1:43 PM
A community member was publishing the CLI via npm at one point, but it looks like it hasn't been kept up to date. https://github.com/Dev-Thought/pulumi-npm
I've created an issue that you can comment or +1 https://github.com/pulumi/pulumi/issues/5537
g

gifted-student-18589

10/09/2020, 5:36 PM
Interesting.