Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 717 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 717 Bytes

k8s-manifest-generator

Generate k8s manifests from templates

Usage

k8s-manifest-generator 0.1.1

USAGE:
    k8s-manifest-generator.exe [OPTIONS] --template <TEMPLATE> --values <VALUES> --output <OUTPUT>

OPTIONS:
    -a, --app <APP>                Optional override for "app" param
    -h, --help                     Print help information
    -n, --namespace <NAMESPACE>    Optional override for "namespace" param
    -o, --output <OUTPUT>          Path for output file
    -t, --template <TEMPLATE>      Path for template file
    -v, --values <VALUES>          Path for file containing replacement values
    -V, --version                  Print version information

Process finished with exit code 0