feat(observer_cli): Add observer_cli

This commit is contained in:
Zaiming Shi 2021-03-13 18:50:18 +01:00
parent d54410e560
commit 8e45fa1c8b
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@
, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3"}}} , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3"}}}
, {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.1.2"}}} , {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.1.2"}}}
, {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}} , {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}}
, {observer_cli, "1.6.1"} % NOTE: depends on recon 2.5.1
, {getopt, "1.0.1"} , {getopt, "1.0.1"}
]}. ]}.

View File

@ -226,6 +226,7 @@ relx_apps(ReleaseType) ->
, {mnesia, load} , {mnesia, load}
, {ekka, load} , {ekka, load}
, {emqx_plugin_libs, load} , {emqx_plugin_libs, load}
, observer_cli
] ]
++ [emqx_modules || not is_enterprise()] ++ [emqx_modules || not is_enterprise()]
++ [emqx_license || is_enterprise()] ++ [emqx_license || is_enterprise()]