influxdata / influxdb-action

A GitHub action for setting up and configuring InfluxDB and the InfluxDB Cloud CLI
https://influxdata.com
MIT License
6 stars 16 forks source link

Add the ability to specify the version of the CLI to install #1

Open russorat opened 3 years ago

russorat commented 3 years ago

now that the cli is in it's own repo, it will continue to have it's own release cadence.

this action will need to be updated so that the user can specify the version of the cli to fetch, and the logic for determining the latest version will need to be updated since it likely won't match the latest influxdb version.