Hello Pulumi community! I am glad to be here!
Context
I tried searching in the messages about my specific question but couldn’t find anything, so I would probably duplicate the topic (sorry for that). We started adopting Pulumi in our organization, and everything works really great! Currently, we are in the phase of integrating it into our CI/CD process. Our goal is to have CI/CD runners, cloud environments, dev containers and local dev environment similar to each other. In case of Pulumi, we are using the SDK, which requires the CLI to be installed before the yarn/npm install step.
Question
• Is there a way to avoid/omit CLI installation as a required step for
yarn/npm install
command?
b
billowy-army-68599
04/18/2023, 3:28 PM
no, the CLI is a requirement
l
little-cartoon-10569
04/18/2023, 9:26 PM
You can use one of the Pulumi OCI / Docker images to avoid installing the CLI, since it would be already installed. Or you can use the GitHub action if you're on GitHub, since that handles those dependencies for you.