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

Add ability to diff envs locally #187

Open
harsimranmaan opened this issue Dec 15, 2020 · 2 comments
Open

Add ability to diff envs locally #187

harsimranmaan opened this issue Dec 15, 2020 · 2 comments

Comments

@harsimranmaan
Copy link
Contributor

qbec diff env has been super helpful to see changes for an env before apply. It would also be helpful to be able to two env configs locally. This would help with refactoring, catching issues like missing config overrides, etc.
Something like qbec diff env1 env2. There might be value in doing this for remote envs too but I don't have a pressing use case for that yet.

@harsimranmaan
Copy link
Contributor Author

harsimranmaan commented Dec 15, 2020

diff <(qbec show env1) <(qbec show env2) works as a workaround.

@gotwarlost
Copy link
Contributor

also qbec component [-O] diff and qbec params diff exist

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

2 participants