Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

ankh chart diff command #88

Open
rcousineau-xandr opened this issue Sep 10, 2019 · 2 comments
Open

ankh chart diff command #88

rcousineau-xandr opened this issue Sep 10, 2019 · 2 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@rcousineau-xandr
Copy link
Collaborator

is it possible to use something like git diff --no-index for a nice +/- view (versus diff with </>)?

@rcousineau-xandr rcousineau-xandr added enhancement New feature or request question Further information is requested labels Sep 10, 2019
@rcousineau-xandr
Copy link
Collaborator Author

rcousineau-xandr commented Jan 8, 2021

I believe the first bullet is referring to ankh --chart-path <local chart> template, while the second bullet is referring to ankh --chart <published version> template.

I'm not sure exactly what the parameters to ankh diff would be, but it'd be nice if we could do either of these combinations:

  • <local> vs <published version>
  • <published version> vs <published version>

@rcousineau-xandr
Copy link
Collaborator Author

in the meantime...

ankh --chart x.y.z template > /tmp/my-xyz-chart.yaml
ankh --chart-path path/to/chart template > /tmp/my-local-chart.yaml
git diff --no-index /tmp/my-xyz-chart.yaml /tmp/my-local-chart.yaml 

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant