Skip to content

Commit cea1678

Browse files
committed
Add cli subcommands
* adding `pgcat config show` to show general configuration * adding `pgcat config pools list` to list all pools configuration Signed-off-by: Dickson S. Guedes <[email protected]>
1 parent 4301ab0 commit cea1678

File tree

6 files changed

+415
-5
lines changed

6 files changed

+415
-5
lines changed

Cargo.lock

Lines changed: 107 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ tokio-test = "0.4.2"
4646
serde_json = "1"
4747
itertools = "0.10"
4848
clap = { version = "4.3.1", features = ["derive", "env"] }
49+
prettytable-rs = "^0.10"
4950
tracing = "0.1.37"
5051
tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter", "std"]}
5152

0 commit comments

Comments
 (0)