Problem
Users who repeatedly use the same platform or output format must specify these options every time.
Proposed Solution
Support a configuration file for default options:
Config File Locations (in priority order)
- --config command line option
- .hier-config-cli.yaml in current directory
- ~/.config/hier-config-cli/config.yaml
- ~/.hier-config-cli.yaml
Example Config
defaults:
platform: ios
format: json
Acceptance Criteria
Problem
Users who repeatedly use the same platform or output format must specify these options every time.
Proposed Solution
Support a configuration file for default options:
Config File Locations (in priority order)
Example Config
Acceptance Criteria