Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V.0.3.5.7 rewrite the overrides and add dynamic replacement #28

Merged

Conversation

njfio
Copy link
Owner

@njfio njfio commented May 17, 2024

This commit introduces the ability to override specific config entries directly from the command line using the -o or --override flag. This provides
greater flexibility and control over workflow execution without modifying the config file.

Key changes:

- Adds -o/--override flag to the CLI, allowing users to specify key-value pairs for config overrides.
- Implements logic to parse and apply these overrides to the flow configuration before execution.
- Enhances Fig autocomplete script to suggest available config keys for overrides.
- Improves error handling and debugging messages related to config overrides.

This feature streamlines the workflow customization process, enabling users to quickly experiment with different settings and optimize workflow 
behavior.

┆Issue is synchronized with this Trello card by Unito

njfio added 2 commits May 16, 2024 18:44
    This commit introduces the ability to override specific config entries directly from the command line using the -o or --override flag. This provides
    greater flexibility and control over workflow execution without modifying the config file.

    Key changes:

    - Adds -o/--override flag to the CLI, allowing users to specify key-value pairs for config overrides.
    - Implements logic to parse and apply these overrides to the flow configuration before execution.
    - Enhances Fig autocomplete script to suggest available config keys for overrides.
    - Improves error handling and debugging messages related to config overrides.

    This feature streamlines the workflow customization process, enabling users to quickly experiment with different settings and optimize workflow
    behavior.
@njfio njfio merged commit 01e126d into main May 17, 2024
8 of 9 checks passed
@njfio njfio deleted the v.0.3.5.7-rewrite-the-overrides-and-add-dynamic-replacement branch May 17, 2024 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant