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
Is there an existing issue that is already proposing this?
I have searched the existing issues
Is your feature request related to a problem? Please describe it
Currently when using dynamic config in a mono-repo, and let's say you have subfolders that shoud be incharge of their own CI - using this package provides great flexibility - because each subfolder can create it's fine grained requirements for their CI
The issue is that sometimes the subfolder would prefer a simple - none dynamic yaml instead of creating it from code
The problem is that circleci has tools (circleci config pack) to either work only with config.yml or only with the sdk
If the SDK could import a partial config.yml file then we could orchestrate using both sdk usage and specific config.yml
Describe the solution you'd like
Be able to import a config.yml file into an sdk represented object
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
Currently when using dynamic config in a mono-repo, and let's say you have subfolders that shoud be incharge of their own CI - using this package provides great flexibility - because each subfolder can create it's fine grained requirements for their CI
The issue is that sometimes the subfolder would prefer a simple - none dynamic yaml instead of creating it from code
The problem is that circleci has tools (
circleci config pack
) to either work only with config.yml or only with the sdkIf the SDK could import a partial config.yml file then we could orchestrate using both sdk usage and specific config.yml
Describe the solution you'd like
Be able to import a config.yml file into an sdk represented object
Teachability, documentation, adoption, migration strategy
What is the motivation / use case for changing the behavior?
The text was updated successfully, but these errors were encountered: