Skip to content

Commit 5d2c8b7

Browse files
committed
docs: add more mod push command docs
Signed-off-by: peefy <[email protected]>
1 parent 897c905 commit 5d2c8b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cmd/kcl/commands/mod_push.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ const (
2020
`
2121
modPushExample = ` # Push the current module to the registry
2222
kcl mod push
23-
23+
24+
# Push the current module to the specified registry
25+
kcl mod push oci://ghcr.io/<some_repo>/<some_package>
26+
2427
# Push the current module to the registry in the vendor mode
2528
kcl mod push --vendor`
2629
)

0 commit comments

Comments
 (0)