[Proposal] CLI: Switch table output to kubectl-style format (no borders) #1344
Closed
renuka-fernando
started this conversation in
General
Replies: 1 comment
-
|
This is completed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
+---+,| |) with kubectl-style whitespace-aligned columns+,-,|) from table renderingMotivation
+------+-------+) is visually heavy and inconsistent with the kubectl, docker, gh, and helm CLI conventions that Go CLI users expect|pipe characters and+---+separators on every row, making output harder to scan in narrow terminal windowsProposal
ap gateway list,ap gateway rest-api list,ap gateway mcp list) will automatically pick up the new format with no changes neededExamples
Before (
ap gateway list):After (
ap gateway list):Before (
ap gateway rest-api list):After (
ap gateway rest-api list):References
Document Version: 1.0
Last Updated: 2026-03-13
Status: Proposed
Beta Was this translation helpful? Give feedback.
All reactions