Skip to content

Consider various output options when executing a diff #222

@jtslear

Description

@jtslear

For some helm releases, a simple upgrade can change nearly every file as some helm charts put the version as a label or annotation for every object that gets created. This makes diff outputs a very boring read. Similar to #221 it be neat if we could ask the plugin for various options to better our format to make it easier for review.

Things to consider:

  • Output that only shows what objects were changed
  • Output similar to git diff where it shows just the immediate changes of an object, vs output the ENTIRE object
  • Output in a programmatic format (as mention in Add support for custom output formats #221) such that we can parse and do fun scriptable things with it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions