add route - PredixDev/predix-mobile-cli GitHub Wiki

Description: Add-Route Command

Add a command-route for the command-processor.

COMMAND: index-add-route <command-route> <processor-url> [options]

Options:

    -h, --help              output usage information
    --enable-server-debug   Set the server debug switch to true (Note: Exclusive option, other options are ignored if this option is specified.)
    --disable-server-debug  Set the server debug switch to false (Note: Exclusive option, other options are ignored if this option is specified.)
    --debug                 Set logging level to debug (more traces than "verbose")
    --verbose               Set logging level to verbose.
    --skip-ssl-validation   Ignore TLS certificate validation errors.