nuvolaris / nuvolaris-cli

The Nuvolaris CLI, an all-in-one tool to do all things Nuvolaris
Apache License 2.0
11 stars 21 forks source link

Use kong interpolation and constant convention #37

Closed giusdp closed 2 years ago

giusdp commented 2 years ago

This PR changes the image tag field in setup with the field interpolation implemented in Kong so that the value is in main with the cli version constant, making it easier to read and modify.

It also changes the constant CLI_VERSION to CLIVersion so it respects the convention of Go where constants use MixedCaps.