config new

新しい開発プロキシ構成ファイルを作成します。 同じ名前のファイルが存在する場合、作成されたファイルには、devproxyrc-2.jsonなどの番号が追加され、同じ名前で作成された新しいファイルごとにインクリメントされます。

概要

devproxy config new [name] [options]

Arguments:
  [name]                 Name of the config file (default: devproxyrc.json)

Options:
  --log-level <level>    Logging level: trace|debug|information|warning|error
  -h, --help             Show help

config new コマンドの出力を含むコマンド プロンプトのスクリーンショット。

使い

devproxy config new <name>

引数

名前 形容 必須 デフォルト
<name> 構成ファイルの名前。 いいえ devproxyrc.json

オプション

名前 形容 使用できる値 デフォルト
--log-level <loglevel> ログに記録するメッセージのレベル tracedebuginformationwarningerror information