Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Shows the status of running Dev Proxy instances.
Synopsis
devproxy status [options]
Options:
--pid <pid> Show status of a specific instance
--output <format> Output format: text|json (default: text)
--log-level <level> Logging level: trace|debug|information|warning|error
-h, --help Show help
Usage
devproxy status
Arguments
None
Options
| Name | Description | Allowed values | Default |
|---|---|---|---|
--log-level <loglevel> |
Level of messages to log | trace, debug, information, warning, error |
information |
--output <format> |
Output format for structured logging | text, json |
text |
--pid <pid> |
Show status of a specific Dev Proxy instance by process ID | integer | n/a |
Remarks
When you run multiple Dev Proxy instances (using --as-system-proxy false), the status command lists all running instances. Use the --pid option to show the status of a specific instance.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.