実行中の Dev Proxy インスタンスの状態を表示します。
概要
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
使用方法
devproxy status
引数
なし
オプション
| 名前 | 説明 | 使用できる値 | デフォルト |
|---|---|---|---|
--log-level <loglevel> |
ログに記録するメッセージのレベル |
trace、debug、information、warning、error |
information |
--output <format> |
構造化ログの出力形式 |
text、json |
text |
--pid <pid> |
プロセス ID で特定の開発プロキシ インスタンスの状態を表示する | 整数 | なし |
注釈
( --as-system-proxy falseを使用して) 複数の開発プロキシ インスタンスを実行すると、 status コマンドによって実行中のすべてのインスタンスが一覧表示されます。
--pid オプションを使用して、特定のインスタンスの状態を表示します。
こちらも参照ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Dev Proxy