summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-06-21 08:48:16 -0400
committerFred Hebert <mononcqc@ferd.ca>2015-06-21 08:48:16 -0400
commit4acd8e01510a6ff387dfae499c1d2e863945d3f7 (patch)
treeb921894485e21479358479460b53ee5763b2fef2 /README.md
parent95cfb44e5af152e67f5051e45b497040fb04ebe1 (diff)
parent18e9def78660ebadda6c70a5dbe735658b1c28ce (diff)
Merge pull request #531 from tsloughter/new_commands
update readme and completions for new commands
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index efcecfd..60300ec 100644
--- a/README.md
+++ b/README.md
@@ -38,15 +38,17 @@ limit scope.
| do | Higher-order provider to run multiple tasks in sequence |
| dialyzer | Run the Dialyzer analyzer on the project |
| edoc | Generate documentation using edoc |
-| eunit | Run eunit tests |
| escriptize | Generate escript of project |
+| eunit | Run eunit tests |
| help | Print help for rebar or task |
| new | Create new rebar project from templates |
| pkgs | List available packages |
+| plugins | List or upgrade plugins |
| release | Build release of project |
| report | Report on environment and versions for bug reports |
| shell | Run shell with project apps in path |
| tar | Package release into tarball |
+| unlock | Unlock dependencies |
| update | Update package index |
| upgrade | Fetch latest version of dep |
| version | Print current version of Erlang/OTP and rebar |