GoogleCloudPlatform / appengine-plugins

A client Java library to manage App Engine Java applications for any project that performs App Engine Java application management. For example, the Maven, Gradle and Eclipse App Engine plugins, custom user tools, etc.
Apache License 2.0
41 stars 27 forks source link

Adding support for installing multiple gcloud components #869

Closed peterlin741 closed 3 years ago

peterlin741 commented 3 years ago

Summary

Followed the docs to update the command to accept multiple components during install

Ran the following:

Testing

Release Process to Follow

codecov[bot] commented 3 years ago

Codecov Report

Merging #869 (d053bfb) into master (3cb3ba3) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #869      +/-   ##
============================================
+ Coverage     78.43%   78.47%   +0.04%     
- Complexity      622      624       +2     
============================================
  Files            96       96              
  Lines          2462     2467       +5     
  Branches        288      288              
============================================
+ Hits           1931     1936       +5     
  Misses          421      421              
  Partials        110      110              
Impacted Files Coverage Δ Complexity Δ
...agedcloudsdk/components/SdkComponentInstaller.java 85.18% <100.00%> (+3.36%) 6.00 <4.00> (+2.00)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3cb3ba3...d053bfb. Read the comment docs.