Expand description
Configuration loading for the Ironflow CLI.
Supports three configuration sources with the following priority (highest wins):
- CLI arguments (
--url,--api-key) - Environment variables (
IRONFLOW_URL,IRONFLOW_API_KEY) - TOML file at
~/.ironflow.toml
Structs§
- Config
- Resolved configuration ready to build an
ironflow_sdk::IronflowClient.
Functions§
- default_
config_ path - Default config file path:
~/.ironflow.toml. - load
- Load configuration by merging CLI args, env vars, and the TOML file.