Skip to content

codeandcode0x/helmtrans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helmtrans

Yaml to helm

Install

➜ curl -fsSl https://codeandcode.cn/apps/helmtrans/install.sh | bash

Usage:

Yaml to Helm

➜ helmtrans  -h

helmtrans is a CLI library for Go that support yaml to helm.

Usage:
  helmtrans [command]

Available Commands:
  help        Help about any command
  version     Print the version number of helmtrans
  yamltohelm  Transform yaml to helm

Flags:
  -h, --help   help for helmtrans

use yamltohelm command

➜ helmtrans yamltohelm -p [source path] -o [output path]

-o is optional param (default is output)

Helm to Yaml

you can use schelm to render a helm manifest to a directory.

Maintainer