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

feat: add table view for list cmd #142

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

shawnh2
Copy link
Contributor

@shawnh2 shawnh2 commented Aug 25, 2023

effects:

./bin/gtctl cluster list
NAME	NAMESPACE	CREATION DATE
test	default  	2023-08-25 14:55:07 +0800 CST

for now, it has no implementation for bare-metal (list cmd seems a little unnecessary for bare-metal)

Closes #126

Signed-off-by: sh2 <shawnhxh@outlook.com>
@shawnh2 shawnh2 requested a review from zyy17 August 25, 2023 07:32
@codecov-commenter
Copy link

Codecov Report

Merging #142 (bd49a55) into develop (17e4e6d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #142   +/-   ##
========================================
  Coverage    31.82%   31.82%           
========================================
  Files            9        9           
  Lines         1279     1279           
========================================
  Hits           407      407           
  Misses         778      778           
  Partials        94       94           

@zyy17 zyy17 merged commit fbf59e3 into GreptimeTeam:develop Aug 28, 2023
6 checks passed
@shawnh2 shawnh2 deleted the optim-list-view branch August 28, 2023 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize list info of gtctl cluster list
3 participants