neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

feat: Add --version option to mrack cli - alternative implementation #112

Closed pvoborni closed 3 years ago

pvoborni commented 3 years ago

From my PoV, this is cleaner as there is version only on one location in the mrack package and it can be even more easily imported anywhere else.

The second commit is also logging the version into mrack.log so that it is usable in debugging.

Alternative to: https://github.com/neoave/mrack/pull/109