server status

Aliases: 
  • status
  •  
    Parameters:
    Name Type Required Default Hint
    name string false short name for the server
    directory string false web root for the server
    showAll boolean false false show all server statuses
    verbose boolean false false Show extra details

    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
    .