plain-quill-22197
07/05/2021, 4:39 PMfierce-ability-58936
07/05/2021, 10:24 PMpulumi plugin install
with
-f, --file string Install a plugin from a tarball file, instead of downloading it
broad-dog-22463
07/06/2021, 11:03 AMplain-quill-22197
07/06/2021, 11:09 AMbroad-dog-22463
07/06/2021, 11:13 AMplain-quill-22197
07/06/2021, 11:36 AMDevelopment
Do this, that, add PluginDownloadURL to resources.go
Use make development
development:: install_plugins provider lint_provider build_sdks install_sdks cleanup # Build the provider & SDKs for a development environment
billowy-army-68599
07/06/2021, 2:28 PMplain-quill-22197
07/06/2021, 2:37 PMbillowy-army-68599
07/06/2021, 2:40 PMplain-quill-22197
07/06/2021, 4:05 PMbillowy-army-68599
07/06/2021, 5:10 PMpulumi plugin install --server
for the time beingplain-quill-22197
07/07/2021, 6:25 PMbillowy-army-68599
07/07/2021, 6:35 PMplain-quill-22197
07/08/2021, 12:42 PMyarn install
when the project builds<Target Name="DebugEnsureNodeEnv" BeforeTargets="Build" Condition=" '$(Configuration)' == 'Debug' And !Exists('$(SpaRoot)node_modules') ">
<Exec Command="node --version" ContinueOnError="true">
<Output TaskParameter="ExitCode" PropertyName="ErrorCode" />
</Exec>
<Error Condition="'$(ErrorCode)' != '0'" Text="Node.js is required to build and run this project." />
<Message Importance="high" Text="Restoring dependencies using 'yarn'. This may take several minutes..." />
<Exec WorkingDirectory="$(SpaRoot)" Command="yarn install" />
</Target>