about summary refs log tree commit diff
path: root/main.go (follow)
AgeCommit message (Expand)AuthorFilesLines
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