tsuru / tsuru-client

tsuru-client is a tsuru command line tool for application developers.
https://docs.tsuru.io/stable/
BSD 3-Clause "New" or "Revised" License
95 stars 77 forks source link

feat: Add --tag flag to filter services in tsuru service list #234

Closed prbn97 closed 4 weeks ago

prbn97 commented 1 month ago

The tsuru-client can now use the tsuru API's tag filtering feature for services instances. The "tsuru service list" command now supports the -g or --tag flags like tsuru service list -g key=value. I based this improvement on the way tsuru-client does the tsuru app list command.

codecov-commenter commented 4 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 77.77778% with 2 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@1744046). Learn more about missing BASE report.

Files with missing lines Patch % Lines
tsuru/client/services.go 77.77% 1 Missing and 1 partial :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #234 +/- ## ======================================= Coverage ? 72.90% ======================================= Files ? 54 Lines ? 9807 Branches ? 0 ======================================= Hits ? 7150 Misses ? 1750 Partials ? 907 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.