What feature do you want?
Allow users to create, view and edit toml config files for running the tool using the CLI client
Why is it needed?
This allows end users to work with and create config files for their pipelines much faster and reduce errors in the creation of the config.
Expected Implementation Idea
A new core class is required to handle the process of creating valid nodes and modifying the toml. Use toml++ for writing the toml configs and use the pre-existing TomlParse class to load and run the files.
Component
What feature do you want?
Allow users to create, view and edit toml config files for running the tool using the CLI client
Why is it needed?
This allows end users to work with and create config files for their pipelines much faster and reduce errors in the creation of the config.
Expected Implementation Idea
A new core class is required to handle the process of creating valid nodes and modifying the toml. Use toml++ for writing the toml configs and use the pre-existing TomlParse class to load and run the files.
Component