This repository has been archived by the owner on May 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not include UUID in get class|plan output (#1977)
* Do not include UUID in get class|plan output The --uuid flag is still there, but to save space and make room for displaying broker + namespace, hide this ugly (mostly ignored) column. * Remove unused functions
- Loading branch information
Showing
7 changed files
with
23 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
NAME DESCRIPTION UUID | ||
+-----------------------+-------------------------+--------------------------------------+ | ||
user-provided-service A user provided service 4f6e6cf6-ffdd-425f-a2c7-3c9258ad2468 | ||
NAME DESCRIPTION | ||
+-----------------------+-------------------------+ | ||
user-provided-service A user provided service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
NAME DESCRIPTION UUID | ||
+--------------------------+--------------------------+--------------------------------------+ | ||
user-provided-service A user provided service 4f6e6cf6-ffdd-425f-a2c7-3c9258ad2468 | ||
another-provided-service Another provided service f1a80068-e366-494e-92d6-a0782337945b | ||
NAME DESCRIPTION | ||
+--------------------------+--------------------------+ | ||
user-provided-service A user provided service | ||
another-provided-service Another provided service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
NAME CLASS DESCRIPTION UUID | ||
+---------+-----------------------+-------------------------+--------------------------------------+ | ||
default user-provided-service Sample plan description 86064792-7ea2-467b-af93-ac9694d96d52 | ||
NAME CLASS DESCRIPTION | ||
+---------+-----------------------+-------------------------+ | ||
default user-provided-service Sample plan description |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
NAME CLASS DESCRIPTION UUID | ||
+---------+-----------------------+-------------------------+--------------------------------------+ | ||
default user-provided-service Sample plan description 86064792-7ea2-467b-af93-ac9694d96d52 | ||
premium user-provided-service Premium plan cc0d7529-18e8-416d-8946-6f7456acd589 | ||
NAME CLASS DESCRIPTION | ||
+---------+-----------------------+-------------------------+ | ||
default user-provided-service Sample plan description | ||
premium user-provided-service Premium plan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
NAME CLASS DESCRIPTION UUID | ||
+---------+--------------------------+--------------------------------+--------------------------------------+ | ||
default user-provided-service Sample plan description 86064792-7ea2-467b-af93-ac9694d96d52 | ||
premium user-provided-service Premium plan cc0d7529-18e8-416d-8946-6f7456acd589 | ||
default another-provided-service Another sample plan 25b9b299-b0b3-4e14-aa1a-242eeb788aca | ||
description | ||
premium another-provided-service Another premium plan c1dbdafe-f987-4d36-8c9b-2aaaff740d4a | ||
NAME CLASS DESCRIPTION | ||
+---------+--------------------------+--------------------------------+ | ||
default user-provided-service Sample plan description | ||
premium user-provided-service Premium plan | ||
default another-provided-service Another sample plan | ||
description | ||
premium another-provided-service Another premium plan |