server status

Aliases: 
  • status
  •  
  • server info
  •  
    Parameters:
    Name Type Required Default Hint
    name string false the short name of the server
    directory string false web root for the server
    serverConfigFile string false The path to the server's JSON file.
    showAll boolean false false show all server statuses
    verbose boolean false false Show extra details
    JSON boolean false false Output the server data as json
    property string false Name of a specific property to output. JSON default to true if this is used.

    Command Usage

    Show status of an embedded server. Run command from the web root of the server.

    server status
    Or specify a server name
    server status serverName
    Or specifiy the web root directory. If name and directory are both specified, name takes precedence.
    server status directory=C:\path\to\server
    Show all registered servers with the --showAll flag
    server status --showAll
    Get extra information about the server and how it was last started/stopped with the --verbose flag
    server status --verbose
    .