cockroachlabs / visus

Extended performance metrics
Apache License 2.0
7 stars 3 forks source link

cli: refactoring collection cli to use Env utilities. #129

Closed sravotto closed 4 months ago

sravotto commented 4 months ago

This change refactors the collection admin cli to use the Env package, and adds tests for all the subcommands.

The functions used for encoding/decoding yaml configuration have been moved to separate file.


This change is Reviewable