Command global options

The Endeca Server command interface has several global options that allow you to specify the host, port, and context root of the Oracle Endeca Server, and enable the interface for SSL.

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

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 displays usage help for the create-dd command:
endeca-cmd create-dd --help