Skip to content

kmodules/jsonpatch-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]