Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 712 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 712 Bytes

Go Report Card Build Status Github All Releases

jsonpatch-gen

jsonpatch-gen generates RFC 6902 json patch or strategic merge patch from a pair of json/yaml files. Generated patches can be used with kubectl or kustomize.

Usage

jsonpatch-gen src.yaml dst.yaml [-t json|strategic] [-o yaml|json]