Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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