-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Tag support to Gravitino CLI #5131
Comments
maybe we could add tag group to manage similar tags? |
Thanks for the suggestion. The CLI just uses the Java API, which doesn't have a concept of tag groups. If that feature was added to the Java API, it could be supported by the CLI. |
Got it,what I mean exactly is we can add tag group api to manage tag. I will open a new issue to discuss this. thanks for reply! |
### What changes were proposed in this pull request? Add support for tags in the CLI. ### Why are the changes needed? To add support for tags in CLI. Fix: # (issue) ### Does this PR introduce _any_ user-facing change? Yes, it expands on the command line and adds new commands dealing with tags. ### How was this patch tested? Compiled locally.
Fixed and merged in #5161 |
Add the ability to use tags:
The text was updated successfully, but these errors were encountered: