CircleCI-Public / gcp-cli-orb

Install and configure the Google Cloud CLI (gcloud)
https://circleci.com/orbs/registry/orb/circleci/gcp-cli
MIT License
9 stars 32 forks source link

feat: improve version handling #51

Closed EricRibeiro closed 1 year ago

EricRibeiro commented 1 year ago

Checklist

Motivation, issues

Closes:

Description

This PR changes the default CLI version to latest. Users can follow the existing process of specifying it via the version parameter if they wish to install a custom version.

It also adds several tests for different platforms, including Alpine. The latter is now officially supported once the user installs the necessary dependencies.