You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement New Configuration System (Config File and Flags)
Description
This issue tracks the implementation of a new configuration system for Tracee, supporting both configuration files (YAML/JSON) and command-line flags. This will improve configuration management, validation, and the ability to override settings.
Goal
Provide a flexible and manageable way to configure Tracee using both configuration files and command-line flags.
Steps
Implement Config File Parsing
Implement YAML/JSON parsing for the config file.
Define the data structures to represent the configuration.
Handle file loading and error handling.
The content you are editing has changed. Please copy your edits and refresh the page.
Implement New Configuration System (Config File and Flags)
Description
This issue tracks the implementation of a new configuration system for Tracee, supporting both configuration files (YAML/JSON) and command-line flags. This will improve configuration management, validation, and the ability to override settings.
Goal
Provide a flexible and manageable way to configure Tracee using both configuration files and command-line flags.
Steps
Implement Config File Parsing
Checklist
Implement Command-Line Flags Parsing and Mapping to Config
Checklist
Implement Configuration Merging and Precedence Rules
Checklist
Implement Validation, Error Handling, and Backward Compatibility
Checklist
Enhance Testing, Logging, and Additional Configuration Options
Checklist
Acceptance Criteria
The text was updated successfully, but these errors were encountered: