.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH KUBERNETES-SPLIT-YAML "1" "February 2023" "kubernetes-split-yaml 0.4.0" "User Commands" .SH NAME kubernetes-split-yaml \- Split a giant yaml file into one file per Kubernetes resource .SH DESCRIPTION .SS "NAME:" .IP kubernetes\-split\-yaml \- Split the 'giant yaml file' into one file pr kubernetes resource .SS "USAGE:" .IP kubernetes\-split\-yaml [global options] command [command options] [arguments...] .SS "COMMANDS:" .TP help, h Shows a list of commands or help for one command .SS "GLOBAL OPTIONS:" .TP \fB\-\-outdir\fR value output dir (default: "generated") .TP \fB\-\-template_sel\fR value pre\-set template to use (default: "tpl_flat") .TP \fB\-\-tpl_flat\fR outdir tpl_flat gotemplate (.X.Outdir is set to outdir flag) (default: "{{.X.Outdir}}/{{.Metadata.Name}}\-{{.X.ShortKind}}.yaml") .TP \fB\-\-tpl_ns\fR value tpl_ns gotemplate (.X.NS equals .Metadata.Namespace or '_no_ns_' if unset) (default: "{{.X.Outdir}}/{{.X.NS}}/{{.Metadata.Name}}.{{.Kind}}.yaml") .TP \fB\-\-name_re\fR value Kubernetes API metadata.name to match (default: "^[^/ ]+$") .TP \fB\-\-namespace_re\fR value Kubernetes API metadata.namespace to match (default: "^(|[a\-z0\-9]([\-a\-z0\-9]*[a\-z0\-9])?)$") .TP \fB\-\-kind_re\fR value Kubernetes API kind to match (default: "^[0\-9a\-zA\-Z]+$") .TP \fB\-\-file_re\fR value final output file regex to match (default: ".+") .TP \fB\-\-help\fR, \fB\-h\fR show help (default: false)