插件编译报错 Command emqx_plugrel not found

按照文档( 插件 | EMQX 5.1 文档)指引,编译插件模板报错。

$ git clone https://github.com/emqx/emqx-plugin-template
$ cd emqx-plugin-template
$ ls
check-vsn.sh          erlang_ls.config  gitignore_template  Makefile  README.md           rebar3                 src
emqx-plugin.template  get-rebar3        LICENSE             priv      README_template.md  rebar_template.config
$ make rel
/home/appadmin/work/emqxwork/emqx-plugin-template/rebar3 emqx_plugrel tar
===> Command emqx_plugrel not found
make: *** [Makefile:51: rel] Error 1

OTP 版本:Erlang/OTP 25

抱歉,中文文档有误。需要按照官方仓库 README 提供的命令进行使用

$ mkdir -p ~/.config/rebar3/templates
$ pushd ~/.config/rebar3/templates
$ git clone https://github.com/emqx/emqx-plugin-template.git
$ popd
$ rebar3 new emqx-plugin my_emqx_plugin
$ make -C my_emqx_plugin rel

或参考英文文档 Plugins | EMQX Enterprise 5.1 Documentation

中文文档已更新

2 个赞

我目前遇到的问题也是报这个错,按照这个操作也一样报以下错!
===> Errors loading plugin {emqx_plugrel,
{git,
GitHub - emqx/emqx_plugrel”,
{tag,“0.3.0”}}}. Run rebar3 with DEBUG=1 set to see errors.
===> Command emqx_plugrel not found