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
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
The text was updated successfully, but these errors were encountered:
### 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
```
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
The text was updated successfully, but these errors were encountered: