We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74a9f4 commit 57889b0Copy full SHA for 57889b0
cmd/oras/root/discover.go
@@ -73,9 +73,6 @@ Example - [Experimental] Discover referrers and format output with Go template:
73
Example - [Experimental] Discover only direct referrers, displayed in json view:
74
oras discover localhost:5000/hello:v1 --format json --depth 1
75
76
-Example - Discover all the referrers of manifest with annotations, displayed in a tree view:
77
- oras discover -v localhost:5000/hello:v1
78
-
79
Example - Discover referrers with type 'test-artifact' of manifest 'hello:v1' in registry 'localhost:5000':
80
oras discover --artifact-type test-artifact localhost:5000/hello:v1
81
0 commit comments