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

Make smithy diff default to arbitrary diff mode #1718

Merged
merged 1 commit into from
Apr 6, 2023
Merged

Conversation

mtdowling
Copy link
Member

Smithy Diff should require --new, and --old models, and perform arbitrary diffs by defualt, meaning the diff does not use imports or sources found in smithy-build.json files. This matches the previous behavior of smithy diff. We will add more diff modes later that will support loading models defined in project config files.

Smithy Diff should only accept a single --old and --new argument to make it easier to expand diff capabilities in the future.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Smithy Diff should require --new, and --old models, and perform
arbitrary diffs by defualt, meaning the diff does not use imports or
sources found in smithy-build.json files. This matches the previous
behavior of smithy diff. We will add more diff modes later that will
support loading models defined in project config files.

Smithy Diff should only accept a single --old and --new argument
to make it easier to expand diff capabilities in the future.
@mtdowling mtdowling requested a review from a team as a code owner April 4, 2023 21:14
@mtdowling mtdowling merged commit 813b2a5 into main Apr 6, 2023
@mtdowling mtdowling deleted the correct-smithy-diff branch April 7, 2023 03:29
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