DannyBen/kojo

View on GitHub
examples/cascading-variables/output.txt

Summary

Maintainability
Test Coverage
+ kojo file main.yml app=from-command-line domain=example.com
# This will use variables from the command line
from-command-line:
  domain: example.com

# This will use a predefined 'app', and 'domain' from the command line
from-config:
  domain: example.com