Skip to content

Commit

Permalink
refinement
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
  • Loading branch information
Xiaoxuan Wang committed Sep 9, 2024
1 parent c1f0c04 commit 84bfc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/oras/root/discover.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func discoverCmd() *cobra.Command {
** This command is in preview and under development. **
Example - Discover all referrers of manifest 'hello:v1' in registry 'localhost:5000', displayed in a tree view:
Example - Discover referrers of manifest 'hello:v1' in registry 'localhost:5000', displayed in a tree view:
oras discover localhost:5000/hello:v1
Example - Discover referrers via referrers API:
Expand All @@ -60,7 +60,7 @@ Example - Discover referrers via referrers API:
Example - Discover referrers via tag scheme:
oras discover --distribution-spec v1.1-referrers-tag localhost:5000/hello:v1
Example - Discover referrers and display in table view:
Example - Discover referrers and display in a table view:
oras discover localhost:5000/hello:v1 --format table
Example - Discover referrers and format output with Go template:
Expand Down

0 comments on commit 84bfc57

Please sign in to comment.