find_flow_file

Function find_flow_file 

Source
pub fn find_flow_file() -> Result<PathBuf>
Expand description

プロジェクトのflow.kdlファイルを探す

以下の優先順位で設定ファイルを検索:

  1. 環境変数 FLOW_CONFIG_PATH (直接パス指定)
  2. カレントディレクトリ: flow.local.kdl, .flow.local.kdl, flow.kdl, .flow.kdl
  3. ./.fleetflow/ ディレクトリ内: 同様の順序
  4. ~/.config/fleetflow/flow.kdl (グローバル設定)