forked from tektoncd/hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds catalog name in hub cli search command
- This patch displays the name of the catalog from which the resource is on searching the resource using `tkn hub search <resourceName>` Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
- Loading branch information
1 parent
1ac610e
commit 48bff7a
Showing
6 changed files
with
24 additions
and
11 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
6 changes: 3 additions & 3 deletions
6
api/pkg/cli/cmd/search/testdata/TestSearch_TableFormat.golden
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 KIND DESCRIPTION TAGS | ||
foo (0.1) Task Description for task abc version 0.1 tag3, tag1 | ||
foo-bar (0.2) Pipeline Description for pipeline foo-bar versio... --- | ||
NAME KIND CATALOG DESCRIPTION TAGS | ||
foo (0.1) Task Tekton Description for task abc version 0.1 tag3, tag1 | ||
foo-bar (0.2) Pipeline Foo Description for pipeline foo-bar versio... --- |
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