Cook
Creating a new CLI Command
See Arch
Adding new subcommand to an existing command
- Open up the command
dendron-cli/src/commands/${CommandName}.ts
- Inside the command, update the
enum ${CommandName}Commands
and add your command - Add switch statement inside of
execute
loop to handle command
Examples:
Lookup
Children