Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 397 forks source link

Set params in draft.toml via draft create #930

Open emichaf opened 5 years ago

emichaf commented 5 years ago

Is it possible to set params in generated draft.toml via draft create command?

ex set: namespace=xx set = [ "ingress.enabled=true", "basedomain=test.com" ]

etc.