influxdata / influx-cli

CLI for managing resources in InfluxDB v2
MIT License
61 stars 22 forks source link

CLI v2.7.1 for Windows is not an executable #512

Closed mmustardlitmus closed 1 year ago

mmustardlitmus commented 1 year ago

CLI v2.7.1 for Windows is downloaded as a "file", not an executable.

This results is InfluxDB CLI v2.7.1 not running in PowerShell:

image

I compared the download with CLI v2.6.1:

image

Workaround: I downloaded and configured v2.6 and CLI v2.6.1 which work as expected.

jeffreyssmith2nd commented 1 year ago

This was addressed in the 2.7.3 release. Please let us know if there are any remaining issues in that release.

mmustardlitmus commented 1 year ago

Hi @jeffreyssmith2nd

Thanks for the quick response. I can only see the 2.7.1 release and instructions on the website:

https://docs.influxdata.com/influxdb/v2.7/tools/influx-cli/?t=Windows

Is it possible to update the docs with the latest release? Thanks in advance for your help!

jeffreyssmith2nd commented 1 year ago

@mmustardlitmus Thanks, I had missed a PR I needed to merge. The docs should be updated now.

mmustardlitmus commented 1 year ago

@jeffreyssmith2nd I can confirm the docs are updated and CLI v2.7.3 works as expected.

Many thanks for your help. Have a great day!