You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a CLI tool to interact with the metadata layer of GreptimeDB, similar to how etcdctl allows direct interaction with etcd. This tool would help operators inspect, query, and manage metadata entries.
What does the feature do?
Expected Features:
greptime-meta-cli get : Retrieve a metadata entry. (P0)
greptime-meta-cli del : Delete a metadata entry. (P0)
greptime-meta-cli list : List entries under a prefix.
greptime-meta-cli put : Add or update an entry. (Optional)
Implementation challenges
No response
The text was updated successfully, but these errors were encountered:
What problem does the new feature solve?
We need a CLI tool to interact with the metadata layer of GreptimeDB, similar to how etcdctl allows direct interaction with etcd. This tool would help operators inspect, query, and manage metadata entries.
What does the feature do?
Expected Features:
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: