sparse-intern-71089
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
fierce-ability-58936
07/05/2021, 10:27 PMfierce-ability-58936
07/05/2021, 10:32 PMbroad-dog-22463
07/06/2021, 11:03 AMplain-quill-22197
07/06/2021, 11:09 AMplain-quill-22197
07/06/2021, 11:10 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
plain-quill-22197
07/06/2021, 11:36 AMdevelopment:: install_plugins provider lint_provider build_sdks install_sdks cleanup # Build the provider & SDKs for a development environment
billowy-army-68599
plain-quill-22197
07/06/2021, 2:37 PMplain-quill-22197
07/06/2021, 2:37 PMplain-quill-22197
07/06/2021, 2:37 PMbillowy-army-68599
plain-quill-22197
07/06/2021, 4:05 PMbillowy-army-68599
pulumi plugin install --server
for the time beingbillowy-army-68599
plain-quill-22197
07/07/2021, 6:25 PMplain-quill-22197
07/07/2021, 6:26 PMbillowy-army-68599
plain-quill-22197
07/08/2021, 12:42 PMyarn install
when the project buildsplain-quill-22197
07/08/2021, 12:42 PM<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>
plain-quill-22197
07/08/2021, 12:46 PM