equinor / radix-cli

https://radix.equinor.com/docs/topic-radix-cli/#use
MIT License
7 stars 1 forks source link

fix: get appllication list now prints to stdout #99

Closed FredrikMWold closed 4 months ago

FredrikMWold commented 4 months ago

When running the command rx get application to get a list of all applications. The list is printed out using a logging library that logs it as INFO. This makes it so that the list is not sent to stdout and can not be piped to any other command in the terminal

This pull request changes it so that it print to stdout instead.

nilsgstrabo commented 4 months ago

Thank you for finding and fixing this bug 👍 We will merge it and create a new release.