SCEPTER plugin command to list all installed commands
- Setup a SCEPTER project by following the instructions from SCEPTER-Core.
- Be sure to recursively install the SCEPTER-Core boilerplates submodules. You can do this by cloning SCEPTER-Core with the --recursive flag or by issuing the
git submodule update --init
command from the project directory. - Execute
node bin/scepter.js list:all
to display a list of installed commands to verify this command has been installed.
list:all
This command will list all of the installed commands within SCEPTER, their usage and descriptions.