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