\fI--config\fR: Path to the config file to use. Defaults to {shell, [{config, File}]} and then the relx sys.config file if not specified.
@ -332,6 +334,8 @@ Run shell with project apps and deps in path.
.IP
\fI--apps\fR: A list of apps to boot before starting the shell. (E.g. --apps app1,app2,app3) Defaults to rebar.config {shell, [{apps, Apps}]} or relx apps if not specified.
.IP
\fI--start-clean\fR: Cancel any applications in the 'apps' list or release.
.IP
\fI--user_drv_args\fR: Arguments passed to user_drv start function for creating custom shells.
@ -429,5 +433,9 @@ How much color to show in the terminal. Defaults to \fIhigh\fR.
\fBREBAR_CONFIG\fR
Name of rebar configuration files. Defaults to \fIrebar.config\fR
.TP
\fBREBAR_GIT_CLONE_OPTIONS\fR
Arguments to add after each \fIgit clone\fR operation. For example, the value \fI--reference ~/.cache/repos.reference\fR allows to create a cache of all fetched repositories across builds
.SH Configuration File Options
See \fIhttp://www.rebar3.org/v3.0/docs/configuration\fR