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

Request: create config object from existing yaml #193

Open
1 task done
vim-daniel opened this issue Oct 30, 2024 · 0 comments
Open
1 task done

Request: create config object from existing yaml #193

vim-daniel opened this issue Oct 30, 2024 · 0 comments

Comments

@vim-daniel
Copy link

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

Teachability, documentation, adoption, migration strategy

What is the motivation / use case for changing the behavior?

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

No branches or pull requests

1 participant