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 8986d6d commit f66907eCopy full SHA for f66907e
cmd/oras/root/attach.go
@@ -55,7 +55,7 @@ func attachCmd() *cobra.Command {
55
56
** This command is in preview and under development. **
57
58
-Example - Attach file 'hi.txt' with aritifact type 'doc/example' to manifest 'hello:v1' in registry 'localhost:5000':
+Example - Attach file 'hi.txt' with artifact type 'doc/example' to manifest 'hello:v1' in registry 'localhost:5000':
59
oras attach --artifact-type doc/example localhost:5000/hello:v1 hi.txt
60
61
Example - Attach file 'hi.txt' to a specific artifact with platform 'linux/amd64' in multi-arch index 'hello:v1'
0 commit comments