Scroll to navigation

KUBERNETES-SPLIT-YAML(1) User Commands KUBERNETES-SPLIT-YAML(1)

NAME

kubernetes-split-yaml - Split a giant yaml file into one file per Kubernetes resource

DESCRIPTION

NAME:

kubernetes-split-yaml - Split the 'giant yaml file' into one file pr kubernetes resource

USAGE:

kubernetes-split-yaml [global options] command [command options] [arguments...]

COMMANDS:

Shows a list of commands or help for one command

GLOBAL OPTIONS:

output dir (default: "generated")
pre-set template to use (default: "tpl_flat")
tpl_flat gotemplate (.X.Outdir is set to outdir flag) (default: "{{.X.Outdir}}/{{.Metadata.Name}}-{{.X.ShortKind}}.yaml")
tpl_ns gotemplate (.X.NS equals .Metadata.Namespace or '_no_ns_' if unset) (default: "{{.X.Outdir}}/{{.X.NS}}/{{.Metadata.Name}}.{{.Kind}}.yaml")
Kubernetes API metadata.name to match (default: "^[^/ ]+$")
Kubernetes API metadata.namespace to match (default: "^(|[a-z0-9]([-a-z0-9]*[a-z0-9])?)$")
Kubernetes API kind to match (default: "^[0-9a-zA-Z]+$")
final output file regex to match (default: ".+")
show help (default: false)
February 2023 kubernetes-split-yaml 0.4.0