Skip to content
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

Closed
Tracked by #4943
justinmclean opened this issue Oct 14, 2024 · 4 comments
Closed
Tracked by #4943

Add Tag support to Gravitino CLI #5131

justinmclean opened this issue Oct 14, 2024 · 4 comments
Assignees
Labels
0.8.0 Release v0.8.0

Comments

@justinmclean
Copy link
Member

justinmclean commented Oct 14, 2024

Add the ability to use tags:

  • List, create, delete, and rename tags.
  • Add/remove tag properties.
  • Update a tag's comment.
  • Associate and disassociate tags on objects.
@Saintyang
Copy link

maybe we could add tag group to manage similar tags?

@justinmclean
Copy link
Member Author

justinmclean commented Oct 25, 2024

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.

@Saintyang
Copy link

Saintyang commented Oct 25, 2024

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!

@justinmclean justinmclean changed the title Tags Add Tag support to Gravitino CLI Oct 28, 2024
shaofengshi pushed a commit that referenced this issue Nov 11, 2024
### 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.
@jerryshao jerryshao added the 0.8.0 Release v0.8.0 label Nov 11, 2024
@justinmclean
Copy link
Member Author

Fixed and merged in #5161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.8.0 Release v0.8.0
Projects
None yet
Development

No branches or pull requests

3 participants