The informations displayed for the grisp plugin for the package task suggest that rebar3 grisp task should produce an output.
Output from rebar3 help for the GRISP plugin:
grisp <task>:
build Build a custom Erlang/OTP system for GRiSP
deploy Deploy a GRiSP release to a destination
package Pre-built package tasks
report Bug Report Utility
version Print version of plug-in
However, using rebar3 grisp task produce the following error:
===> package: unknown task: undefined
The correct command that needs to be used is rebar3 grisp task list
The informations displayed for the grisp plugin for the package task suggest that
rebar3 grisp task
should produce an output.Output from
rebar3 help
for the GRISP plugin:However, using
rebar3 grisp task
produce the following error:===> package: unknown task: undefined
The correct command that needs to be used is
rebar3 grisp task list