ionos-cloud / ionosctl

The IONOS Cloud CLI (ionosctl) gives the ability to manage IONOS Cloud infrastructure directly from Command Line.
Apache License 2.0
28 stars 6 forks source link

Reported ionosctl version #113

Closed fischerman closed 3 years ago

fischerman commented 3 years ago

Description

When using a beta version, the reported version doesn't include the beta suffix.

Expected behavior

ionosctl --version should print the whole version. Otherwise people may think they are using 6.0.0.

How to Reproduce

[fischerman@falcon ~ ]$ curl -sL https://github.com/ionos-cloud/ionosctl/releases/download/v6.0.0-beta.3/ionosctl-6.0.0-beta.3-linux-amd64.tar.gz | tar -xzv
ionosctl
[fischerman@falcon ~ ]$ ./ionosctl --version
ionosctl version 6.0.0
ana-moga commented 3 years ago

Hello,

This has been fixed in the latest release: v6.0.0-beta.4.

Thank you, Ana

fischerman commented 3 years ago

Cheers!