mindersec / minder

Software Supply Chain Security Platform
https://minder-docs.stacklok.dev/
Apache License 2.0
258 stars 37 forks source link

Display request ids in the CLI. #4763

Closed blkt closed 3 days ago

blkt commented 3 days ago

Summary

This change adds a -v/--verbose flag that causes Minder CLI to output request ids to standard error.

It's worth noticing that some commands (e.g. minder ruletype create and delete) issue multiple calls to Minder BE and thus output request ids multiple times.

Fixes #4612

Change Type

Testing

Manual testing.

Review Checklist:

coveralls commented 3 days ago

Pull Request Test Coverage Report for Build 11367835455

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/util/cli/cli.go 0 1 0.0%
internal/util/cli/rpc_client.go 0 31 0.0%
<!-- Total: 0 32 0.0% -->
Files with Coverage Reduction New Missed Lines %
internal/eea/eea.go 2 73.73%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 11365222051: -0.06%
Covered Lines: 15034
Relevant Lines: 27440

💛 - Coveralls