server show

Parameters:
Name Type Required Default Hint
property string false The name of the property to show. Can nested to get "deep" properties
serverConfigFile string false The path to the server's JSON file.

Command Usage

View proprties set in server.json for this server. Command must be executed from the web root
directory of the server where server.json lives. Call with no parameters to view the entire server.json

Outputs port

server show port
Nested attributes may be accessed by specifying dot-delimited names or using array notation.
If the accessed property is a complex value, the JSON representation will be displayed
server show key1.key2
server show aliases[2]