From cf03345486f5e3b09960deb861c07e2d1dcca3a1 Mon Sep 17 00:00:00 2001 From: Serge Aleynikov Date: Fri, 18 Dec 2015 08:38:54 -0500 Subject: Add a state display provider The provider is used for debugging to help displaying current rebar's state. Usage: rebar3 state --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index cddb843..873a990 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ locations ([hex.pm](http://hex.pm), git, hg, and so on). | relup | Creates relup from 2 releases | | report | Report on environment and versions for bug reports | | shell | Run shell with project apps in path | +| state | Display configuration state | | tar | Package release into tarball | | tree | Print dependency tree | | unlock | Unlock dependencies | -- cgit v1.1 From 632db19470fadf698c36668ffe10f4a0d099a598 Mon Sep 17 00:00:00 2001 From: Serge Aleynikov Date: Sat, 19 Dec 2015 00:17:18 -0500 Subject: Mention in README that state provider is for debugging --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 873a990..14e8b61 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ locations ([hex.pm](http://hex.pm), git, hg, and so on). | relup | Creates relup from 2 releases | | report | Report on environment and versions for bug reports | | shell | Run shell with project apps in path | -| state | Display configuration state | +| state | Display configuration state for debugging purposes | | tar | Package release into tarball | | tree | Print dependency tree | | unlock | Unlock dependencies | -- cgit v1.1