Cook

Creating a new CLI Command

See Arch

Adding new subcommand to an existing command

  1. Open up the command dendron-cli/src/commands/${CommandName}.ts
  2. Inside the command, update the enum ${CommandName}Commands and add your command
  3. Add switch statement inside of execute loop to handle command

Examples:

Lookup


Children
  1. Symlink CLI