We can create application using rebar as below:
rebar create-app appid=demo
But when execute rebar3 create-app appid=demo
in shell, an exception occurred as below:
➜ transaction_publish_service git:(master) rebar3 create-app appid=mqttcli
===> Command 'create-app' not found
So, if create-app
was removed in rebar3, which command can replace it?