Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd more structure and extend tempo-cli #281
Comments
|
From my POV, the most pressing issue is the CLI structure. Having some kind of command-based structure (like in Logcli) would make the tool easier to extend and use. Example:
|
|
Yup, this has come up in internal discussions a few times. It's just not something anyone has had time to spend on. |
|
What kind of structure are we talking about? What capabilities (aka actions) we want to explicitly provide? |
|
Currently tempo-cli only does two things:
So I suppose it would be nice to make those the two subcommands:
|
From #276
Right now
tempo-cliis a utility for debugging purposes but there are plans to extend its functionality.Created this issue to track/discuss the improvements of the tool.