A utility to split up the superyaml that ArgoCD creates as a backup into individual manifests
go build
Usage of ./argocd-util-splitter:
-dst string
output directory (default "/tmp/")
-src string
path of argocd backup yaml (default "/home/backup.yaml")
./argocd-util-splitter -src=/home/backup.yaml -dst=/tmp
{manifest_name}-{manifest_kind}.yaml
myargoapplication-Application.yaml