You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\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.
332
334
.IP
333
335
\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.
334
336
.IP
337
+
\fI--start-clean\fR: Cancel any applications in the 'apps' list or release.
338
+
.IP
335
339
\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.
429
433
\fBREBAR_CONFIG\fR
430
434
Name of rebar configuration files. Defaults to \fIrebar.config\fR
431
435
436
+
.TP
437
+
\fBREBAR_GIT_CLONE_OPTIONS\fR
438
+
Arguments to add after each \fIgitclone\fR operation. For example, the value \fI--reference~/.cache/repos.reference\fR allows to create a cache of all fetched repositories across builds
439
+
432
440
.SH Configuration File Options
433
441
See \fIhttp://www.rebar3.org/v3.0/docs/configuration\fR
0 commit comments