Command global options

The Endeca Server command interface has several global options that let you specify a host and port of the Oracle Endeca Server, and enable the interface for SSL.

The global options are:
  • --host
  • --port
  • --help
  • --keystore
  • --truststore
  • --ssl

Getting online help

The --help option provides usage help for the Endeca Server commands.

The syntax for obtaining general help is:
endeca-cmd --help
The syntax for obtaining help on a specific command is:
endeca-cmd <command> --help
This example will display usage help for the create-ds command:
endeca-cmd create-ds --help