-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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: jsonAcceptance Criteria
- Config file loading implemented
- Priority order respected
- CLI options override config file
- config show command to display active config
- config init command to create template
- Documentation updated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request