apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
959 stars 302 forks source link

[#5057] Added first part of CLI code #5058

Open justinmclean opened 3 days ago

justinmclean commented 3 days ago

What changes were proposed in this pull request?

Added initial CLI to list information about metalakes, catalogs, schema and tables.

Why are the changes needed?

For a CLI.

Fix: #5057

Does this PR introduce any user-facing change?

No, but it add a new API.

How was this patch tested?

Unit test pass locally.