aboutsummaryrefslogtreecommitdiffstats
path: root/src/relx.erl
AgeCommit message (Collapse)Author
2018-11-04allow specify additional providers via api and cli callsGrigory Starinkin
2015-11-21use the configured logging for error outputTristan Sloughter
2015-07-29Possibility for plugins to create custom actions/tasksPavel Khusainov
Before this commit user side provider wasn't able to create custom action. Now we're parsing actions/targets in `rlx_cmd_args` we didn't check them, just converting to atoms. In order to display error message about wrong action, we have to add another check in `relx:run_providers` function.
2014-11-09move back to using format_error/1Tristan Sloughter
2014-11-06update help output to include available tasksTristan Sloughter
2014-11-03Merge pull request #236 from tsloughter/format_error2Jordan Wilberding
Some changes for providers as I work on rebar3
2014-11-02Allow to specify a path to vm.args through command-line argumentsIvan Chernetsky
2014-10-23use providers PRV_ERROR and format_error/2Tristan Sloughter
2014-10-11support config passed in as proplist instead of filenameTristan Sloughter
2014-10-11provider task dependenciesTristan Sloughter
2014-06-24add include-erts cmd line arg, same as the config variableTristan Sloughter
2014-06-13remove defaults from getopts config for dev_mode and default_libsTristan Sloughter
2014-05-22fix for setting overrides with -aTristan Sloughter
2014-05-14refactor tar and relup commands to own providersTristan Sloughter
2014-03-06Added a command line override for the sys_config setting.Matt Rudder
2013-10-22remove v for version shorthand since it is used for relvsnTristan Sloughter
2013-10-15add a dev mode that symlinks the release instead of copying itEric
This should only ever be used for development, however it makes it very, very nice to be able to simple recompile a project without recopying it to try new things.
2013-10-15add optoin to use custom system_libs dir. This closes #64Tristan Sloughter
2013-10-14remove rlx log and use ec_cmd_log insteadEric
2013-10-12add overlay_vars command line argTristan Sloughter
2013-10-07include relx header with include instead of include_libTristan Sloughter
2013-09-28warn, not error, on bad app during discovery providerTristan Sloughter
2013-09-20replace confusing disable-default-libs option with default-libs true or falseTristan Sloughter
2013-09-19add -v/--version cli optionTristan Sloughter
2013-09-19add -p for setting code pathsTristan Sloughter
2013-09-16only print usage on opt_parse error or new option -hTristan Sloughter
2013-09-11allow multiple actions, including new action tarTristan Sloughter
2013-05-10internal rename completion of all relcool to relx callsEric
2013-05-09Basic file rename from rcl to rlxEric