narrow-monitor-83965
10/27/2023, 7:13 AMbig-architect-71258
10/27/2023, 8:17 AMpulumi install
to install all required plugins for a project and tar your ~/.pulumi/plugins
folder and extract on the air-gapped computer
2. Use `pulumi plugin install`https://www.pulumi.com/docs/cli/commands/pulumi_plugin_install/ to selectively install plugins on a system with internet access and tar your ~/.pulumi/plugins
folder and extract on the air-gapped computer
3. Going the manual hard way if you want to learn how `pulumi`searches for plugins: download the provider, extract the archive add the location to your path at the front.narrow-monitor-83965
10/27/2023, 8:19 AMbig-architect-71258
10/27/2023, 8:21 AMnarrow-monitor-83965
10/27/2023, 8:23 AMbig-architect-71258
10/27/2023, 8:23 AMnarrow-monitor-83965
10/27/2023, 8:24 AMbig-architect-71258
10/27/2023, 8:26 AMnode_modules
folder if you use Typescript/Javascript.narrow-monitor-83965
10/27/2023, 8:27 AMbig-architect-71258
10/27/2023, 8:27 AMnarrow-monitor-83965
10/27/2023, 8:45 AM