We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4250db1 commit 101597cCopy full SHA for 101597c
lib/constants.js
@@ -15,13 +15,16 @@ ${font.bold} OPTIONS
15
${font.bold} -h | --help ${font.reset}get detailed usage information
16
${font.bold} -v | --version ${font.reset}get version of the package
17
${font.bold} --repository ${font.reset}repository to push the images to
18
+ ${font.bold} --modules ${font.reset}list the modules image has to be built for
19
20
${font.bold} EXAMPLES${font.reset}
21
ctz build.yaml
22
ctz build.yaml --log
23
ctz build.yaml -l
24
ctz build.yaml --push
25
ctz build.yaml -p --log
26
+ ctz build.yaml --modules=mod1,mod2
27
+ ctz build.yaml --repository=docker.io/username
28
`
29
30
const native_commands = {
0 commit comments