Skip to content

A utility to split up the superyaml that ArgoCD creates as a backup into individual manifests

License

Notifications You must be signed in to change notification settings

truncj/argocd-util-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

argocd-util-splitter

A utility to split up the superyaml that ArgoCD creates as a backup into individual manifests

Build

go build

Flags

Usage of ./argocd-util-splitter:
  -dst string
        output directory (default "/tmp/")
  -src string
        path of argocd backup yaml (default "/home/backup.yaml")

Run

./argocd-util-splitter -src=/home/backup.yaml -dst=/tmp

Output Format:

{manifest_name}-{manifest_kind}.yaml

myargoapplication-Application.yaml

About

A utility to split up the superyaml that ArgoCD creates as a backup into individual manifests

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages