Skip to content

feat: apply multiple overlay files #1322

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

simplesagar
Copy link
Member

@simplesagar simplesagar commented Mar 10, 2025

TODO:

  • fix and add more tests.

Copy link

linear bot commented Mar 10, 2025

@simplesagar simplesagar marked this pull request as draft March 10, 2025 15:08
@@ -30,7 +31,7 @@ var overlayCmd = &model.CommandGroup{
Usage: "overlay",
Short: "Work with OpenAPI Overlays",
Long: utils.RenderMarkdown(overlayLong),
Commands: []model.Command{overlayCompareCmd, overlayValidateCmd, overlayApplyCmd},
Commands: []model.Command{overlayCompareCmd, overlayValidateCmd, overlayApplyCmd, overlayApplyMultipleCmd},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a non breaking change with pure overlay apply. Hence IMO this would be cleaner to keep as one command and push the capability to handle multiple overlays there.

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.

2 participants