jfrog / jfrog-cli

JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.
https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
Apache License 2.0
519 stars 224 forks source link

Support tracing all requests by a command #2518

Closed RobiNino closed 2 months ago

RobiNino commented 2 months ago

Following this PR, every command will have a trace ID that will be logged and will allow users to easily identify which logs on the server side are related to the command executed by the CLI.

Depends on https://github.com/jfrog/jfrog-client-go/pull/937