状態

実行中の 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> ログに記録するメッセージのレベル tracedebuginformationwarningerror information
--output <format> 構造化ログの出力形式 textjson text
--pid <pid> プロセス ID で特定の開発プロキシ インスタンスの状態を表示する 整数 なし

注釈

( --as-system-proxy falseを使用して) 複数の開発プロキシ インスタンスを実行すると、 status コマンドによって実行中のすべてのインスタンスが一覧表示されます。 --pid オプションを使用して、特定のインスタンスの状態を表示します。

こちらも参照ください