This message was deleted.
# general
s
This message was deleted.
h
These I think we have to normally do manually. depending on if it's local or a CI system you should be able to absorb some easy install instructions.
We use circleci which has orbs which are ready built with things like aws-cli installed and github actions has actions you can absorb to install quickly.
l
Thanks @happy-optician-17286, I have installed in manually . I am now getting this error
Copy code
pulumi:providers:aws default_4_14_0  error: no resource plugin 'aws-v4.14.0' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource aws v4.14.0`
Can we install this using pulumi auotmation api
h
So I won't be familiar enough with the specifics of your project to help here, but normally you do have to install the plugin you want like aws, gcp, azure, etc. and I am not able to use any automation api to do it.
it's just a library in typescript the way we absorb it in my organization. the automation api wouldn't be useful to manage a pulumi project for you.