@@ -59,6 +59,35 @@ This alias is likely set in your `.bash_profile` or `.zshrc`, make sure to remov
5959 version Show the versions of the srtool container. Use --version if you want the version
6060 of this executable
6161
62+ ** version**
63+
64+ srtool-version 0.6.0
65+ chevdor <chevdor@gmail.com>
66+ Show the versions of the srtool container. Use --version if you want the version of this executable
67+
68+ USAGE:
69+ srtool version
70+
71+ FLAGS:
72+ -h, --help Prints help information
73+ -V, --version Prints version information
74+
75+ ** info**
76+
77+ srtool-info 0.6.0
78+ chevdor <chevdor@gmail.com>
79+ Provide information about the srtool container and your repo
80+
81+ USAGE:
82+ srtool info [path]
83+
84+ ARGS:
85+ <path> [default: .]
86+
87+ FLAGS:
88+ -h, --help Prints help information
89+ -V, --version Prints version information
90+
6291** build**
6392
6493 srtool-build 0.6.0
@@ -73,12 +102,15 @@ This alias is likely set in your `.bash_profile` or `.zshrc`, make sure to remov
73102 another location, you can pass it here [default: .]
74103
75104 FLAGS:
76- -a, --app Enable the "app" mode which is a mix of json output and outputing progress
77- during the build. This flag is recommended for CI. the json output will be
78- provided as a single line at the end in compact mode
79- -h, --help Prints help information
80- -j, --json Enable json output, same than the global --json option
81- -V, --version Prints version information
105+ -a, --app Enable the "app" mode which is a mix of json output and outputing progress
106+ during the build. This flag is recommended for CI. the json output will be
107+ provided as a single line at the end in compact mode
108+ -h, --help Prints help information
109+ -j, --json Enable json output, same than the global --json option
110+ --no-cache Passsing this flag allows completely disabling caching. As a result, no cargo-
111+ home will be mounted to the srtool image. There is no known issue with having
112+ the cache ON, this is why it is the default
113+ -V, --version Prints version information
82114
83115 OPTIONS:
84116 --build-opts <build-opts>
0 commit comments