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
[#5745] feat(CLI): Table format output for ListCatalogs command (#5759)
### 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
```
0 commit comments