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

[FEATURE] Support table format output for ListCatalogs command #5745

Open
Tracked by #5747
waukin opened this issue Dec 3, 2024 · 0 comments
Open
Tracked by #5747

[FEATURE] Support table format output for ListCatalogs command #5745

waukin opened this issue Dec 3, 2024 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@waukin
Copy link
Contributor

waukin commented Dec 3, 2024

Describe the feature

The current ListCatalogs command in the Gravitino CLI supports only plain format output.
I plan to add support for table format output to the ListCatalogs command.

Motivation

No response

Describe the solution

No response

Additional context

No response

@waukin waukin added the feature New feature or request label Dec 3, 2024
xunliu pushed a commit that referenced this issue Dec 16, 2024
### What changes were proposed in this pull request?

Support table format output for ListCatalogs command.

### Why are the changes needed?

Issue: #5745

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

```
gcli catalog list -m <metalake_name>
gcli catalog list -m <metalake_name> --output plain
gcli catalog list -m <metalake_name> --output table
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant