qbec icon indicating copy to clipboard operation
qbec copied to clipboard

Add ability to diff envs locally

Open harsimranmaan opened this issue 4 years ago • 2 comments

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 avatar Dec 15 '20 23:12 harsimranmaan

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

harsimranmaan avatar Dec 15 '20 23:12 harsimranmaan

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

gotwarlost avatar Dec 20 '20 19:12 gotwarlost