about summary refs log tree commit diff
path: root/main.go (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04 chore(build): Bump version to 1.8.0Vincent Ambo1-1/+1
2019-09-04 chore: Update copyright headers to 2019Vincent Ambo1-1/+1
2018-12-11 feat(main): Support specifying kubectl args in ResourceSetsMartin Lehmann1-2/+4
2018-06-26 chore: Bump version to 1.7.0Vincent Ambo1-1/+1
2018-06-26 feat(main): Add CLI flag for setting kubectl executableVincent Ambo1-4/+5
2018-06-09 chore: Bump version to 1.6.0Vincent Ambo1-1/+1
2018-06-09 refactor(util): Use YAML parser for both JSON & YAML filesVincent Ambo1-2/+2
2018-06-09 refactor(context): Implement more explicit merging of variablesVincent Ambo1-6/+1
2018-06-09 feat(context): allow explicit variables to be defined as argumentPhillip Johnsen1-0/+6
2018-05-08 chore: Bump version to 1.5.0Vincent Ambo1-1/+1
2018-05-08 fix(main): Use 'app.Fatalf' for fatal kubectl errorsVincent Ambo1-2/+1
2018-05-08 fix(main): Handle errors & logic when templating to directoryVincent Ambo1-7/+34
2018-05-08 feat(main): Support output directories in template function.Niklas Wik1-3/+10
2018-03-17 chore: Bump version to 1.4.0Vincent Ambo1-1/+1
2018-03-09 refactor: Remove old error handling libraryVincent Ambo1-7/+2
2017-11-21 feat(license): Relicense under GPLv3Vincent Ambo1-0/+15
2017-11-04 Version 1.3.0Vincent Ambo1-1/+1
2017-10-27 refactor main: Reword empty/nonexistent resource set warningVincent Ambo1-1/+1
2017-10-27 fix main: Do not stop templater if a single resource set is emptyVincent Ambo1-1/+1
2017-08-22 Version 1.2.0Vincent Ambo1-1/+1
2017-08-22 feat main: Warn if resource set contains no templatesVincent Ambo1-3/+13
2017-07-03 fix main: Correctly print kubectl errorsVincent Ambo1-1/+1
2017-06-11 chore: Release version 1.1.0Vincent Ambo1-1/+1
2017-06-11 fix main: Fix 'kontemplate template' outputVincent Ambo1-4/+7
2017-06-11 refactor main: Call kubectl individually per resource setVincent Ambo1-17/+24
2017-05-18 chore: Version bump to 1.0.2Vincent Ambo1-1/+1
2017-05-08 fix main: Print information about kubectl errorsVincent Ambo1-4/+20
2017-05-08 fix main: Exit with kubectl status codeVincent Ambo1-4/+2
2017-05-08 feat build: Add ArchLinux PKGBUILDVincent Ambo1-0/+1
2017-05-08 feat main: Add version commandVincent Ambo1-0/+17
2017-05-04 refactor main: Move to Kingpin CLI libraryVincent Ambo1-152/+84
2017-04-04 fix main: Don't panic if file is unspecifiedVincent Ambo1-4/+14
2017-02-09 fix main: Add a forgotten error checkVincent Ambo1-1/+5
2017-02-09 feat main: Version bump to v1.0.0-beta1Vincent Ambo1-1/+1
2017-02-08 feat main: Add 'delete' commandVincent Ambo1-0/+22
2017-02-08 feat templater: Add ability to exclude resource setsVincent Ambo1-8/+15
2017-02-08 feat main: Add replace support & respect context settingVincent Ambo1-22/+53
2017-02-08 feat main: Add apply commandVincent Ambo1-27/+91
2017-02-08 feat main: Add proper CLI supportVincent Ambo1-19/+53
2017-02-08 chore: Better example & gofmtVincent Ambo1-3/+3
2017-02-08 feat main: Initial program implementation & exampleVincent Ambo1-0/+39