Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 570 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 570 Bytes

Configula documentation

Usage

Simple usage

configula <file-name>

Usage with Kubernetes

configula <file-name> | kubectl create -f -

Flags

  • --debug=true: Just dump the generated code, don't execute it.
  • --python=</some/path/to/python>: Specify the Python interpreter to use

Environment variables

  • ${CONFIGULA_PYTHON}: Overrides --python flag and sets the Python interpreter to use.

Further Documentation