Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-08 | feat main: Add apply command | Vincent Ambo | 1 | -27/+91 | |
This integrates support for actually calling out to `kubectl apply`. A dry-run flag is implemented, too. The `run` command has been renamed to `template`. | |||||
2017-02-08 | feat template: Add additional template functions | Vincent Ambo | 1 | -1/+13 | |
This adds the Go template functions from [sprig][] as well as a custom `json` function that can interpolate any data as a JSON object - very useful for adding arrays of data in JSON format into a variable: ``` certificateDomains: - oslo.pub - tazj.in annotations: acme/certificate: {{ .certificateDomains | json }} annotations: acme/certificate: ["oslo.pub", "tazj.in"] ``` [sprig]: https://godoc.org/github.com/Masterminds/sprig | |||||
2017-02-08 | docs: Add generated 'kontemplate run' help | Vincent Ambo | 1 | -0/+12 | |
2017-02-08 | docs: Add usage & installation sections | Vincent Ambo | 1 | -1/+18 | |
2017-02-08 | fix templater: Guard against empty values map | Vincent Ambo | 1 | -0/+5 | |
2017-02-08 | docs: Add YAML to docs | Vincent Ambo | 2 | -17/+24 | |
2017-02-08 | feat context: Add YAML loading support | Vincent Ambo | 1 | -1/+14 | |
Closes #5 | |||||
2017-02-08 | Merge pull request #7 from tazjin/feat/travis | Vincent Ambo | 5 | -40/+108 | |
Enable Travis.CI builds | |||||
2017-02-08 | docs: Add build status | Vincent Ambo | 1 | -0/+2 | |
2017-02-08 | feat build: Add Travis.CI support | Vincent Ambo | 1 | -0/+1 | |
2017-02-08 | feat main: Add proper CLI support | Vincent Ambo | 3 | -40/+105 | |
Adds a basic CLI structure with a single "run" command that takes a --file (-f) and --limit (-l) flag. --limit can be used to only output certain resource sets. Closes #4 | |||||
2017-02-08 | chore: Add LICENSE | Vincent Ambo | 1 | -0/+21 | |
Open code under MIT license. | |||||
2017-02-08 | chore: Better example & gofmt | Vincent Ambo | 6 | -14/+42 | |
2017-02-08 | feat main: Initial program implementation & example | Vincent Ambo | 4 | -0/+60 | |
2017-02-08 | feat templater: Add initial templating support | Vincent Ambo | 1 | -0/+97 | |
2017-02-08 | feat context: Add types and loading functions | Vincent Ambo | 1 | -0/+51 | |
2017-02-08 | docs: Add initial WIP README | Vincent Ambo | 1 | -0/+45 | |
2017-02-08 | chore: Add .gitignore | Vincent Ambo | 1 | -0/+1 | |
2017-02-08 | Initial commit | Vincent Ambo | 0 | -0/+0 | |