Available Commands: completion Generate the autocompletion script for the specified shell format 格式化yaml get 获取集群中yaml输出 help Help about any command version 打印当前的版本信息
Flags: -h, --help help for kyaml
Use "kyaml [command] --help" for more information about a command.
format子命令
1 2 3 4 5 6 7 8 9 10 11 12 13 14
格式化yaml
Usage: kyaml format [flags]
Flags: -f, --file strings 传递文件或者文件目录,可格式化多个yaml文件 -h, --help help for format -o, --outdir string 转换后的存放目录 (default "formatyaml/") Usage: kyaml format -f [文件名或者目录路径或者.(代表当前目录)] [-o 输出目录(可选)] 例如: kyaml format -f nginx.yaml 例如: kyaml format -f nginx1.yaml -f nginx2.yaml 例如: kyaml format -f . 例如: kyaml format -f deploy/ -o outdir