| 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 |
Show status of an embedded server. Run command from the web root of the server.
server statusOr specify a server name
server status serverNameOr specifiy the web root directory. If name and directory are both specified, name takes precedence.
server status directory=C:\path\to\serverShow all registered servers with the --showAll flag
server status --showAllGet extra information about the server and how it was last started/stopped with the --verbose flag
server status --verbose.