The description of the CLI command (default this.name)
An example of how to run this CLI command
The inputs of the CLI command (default: {})
The name of the CLI command.
The main "do something" method for this CLI command. It is an async method.
If error is thrown in this method, it will be logged to STDERR, and the process will terminate with a non-0 exit code.
Generated using TypeDoc
Create a new Actionhero CLI Command. The required properties of an CLI command. These can be defined statically (this.name) or as methods which return a value.