summaryrefslogtreecommitdiff
path: root/src/rebar_prv_shell.erl
Commit message (Expand)AuthorAgeFilesLines
* Support --setcookie optionFred Hebert2016-02-211-2/+14
* Display error message when bad config is loadedFred Hebert2016-01-171-2/+7
* Correct TTY type detectionFred Hebert2016-01-061-17/+23
* Support old-style shell for rebar3 shellFred Hebert2016-01-061-0/+24
* Fix IO locking up in shell appsFred Hebert2015-11-141-5/+19
* Feature: rebar shell [--script <FILE>]Geoff Cant2015-11-131-29/+131
* Shell handles all possible relx app formatsFred Hebert2015-09-261-2/+15
* fix dialyzer warnings, except 'no local return' warningsTristan Sloughter2015-08-081-1/+1
* Detect missing EPMD, error, fallback and advise.Fred Hebert2015-08-051-2/+8
* Run agent as current process & hibernateFred Hebert2015-07-031-3/+9
* OTP apps show proper outputFred Hebert2015-06-151-1/+4
* Handle custom logger shell breakageFred Hebert2015-06-011-6/+12
* Merge pull request #487 from ferd/fix-provider-barenessTristan Sloughter2015-05-301-1/+1
|\
| * fix bareness issuesFred Hebert2015-05-311-1/+1
* | Fix badarg exception when setting group_leader for a dead pidAndras Boroska2015-05-301-2/+4
|/
* Optionally allow node names to the rebar3 shell.Fred Hebert2015-05-301-12/+30
* Fix config loading in shellFred Hebert2015-05-301-1/+4
* Add support to boot apps from releases in shellFred Hebert2015-05-291-1/+14
* Get prebooted apps to acknowledge sys.configFred Hebert2015-05-291-3/+16
* Rebar agent reloads the config file on every runFred Hebert2015-05-281-1/+1
* Add a shell agentFred Hebert2015-05-261-10/+14
* Adding app auto-boot to rebar shellFred Hebert2015-05-231-35/+63
* print and format error message for bad .app files and all bad configsTristan Sloughter2015-05-221-15/+6
* try to read a config file when running `rebar shell`Nathaniel Waisbrot2015-05-071-1/+61
* real bootstrappingTristan Sloughter2015-04-221-1/+1
* track and cleanup code paths for different contextsTristan Sloughter2015-04-211-6/+7
* add default test paths in the `shell` and `cover` providersalisdair sullivan2015-04-031-2/+14
* update all examples in providers to use rebar3Tristan Sloughter2015-03-071-1/+1
* remove unneeded add path that breaks with apps/ dir as wellTristan Sloughter2014-12-011-1/+0
* move back to using format_error/1Tristan Sloughter2014-11-091-4/+4
* handle throw by relxTristan Sloughter2014-11-081-2/+2
* add format_error/2 provider callback to providersTristan Sloughter2014-10-221-1/+6
* move providers to separate appTristan Sloughter2014-10-031-9/+9
* return error messages from providersTristan Sloughter2014-09-271-1/+1
* more dialyzer fun. no likey opaque typesTristan Sloughter2014-09-211-8/+8
* add support for plugins as pre and post hooksTristan Sloughter2014-09-181-7/+3
* reworking of help display and parse of commandsTristan Sloughter2014-09-171-1/+1
* rename shell providerTristan Sloughter2014-08-241-0/+118