about summary refs log tree commit diff
path: root/main.go (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08 feat build: Add ArchLinux PKGBUILDVincent Ambo2-0/+39
2017-05-08 feat release: Add simple release scriptVincent Ambo3-1/+60
2017-05-08 feat main: Add version commandVincent Ambo1-0/+17
2017-05-08 docs: Add note about binary releases to READMEVincent Ambo1-1/+4
2017-05-08 docs: Add more information to READMEVincent Ambo1-5/+38
2017-05-08 docs: Add some tips and tricksVincent Ambo1-0/+67
2017-05-08 docs: Document template formatVincent Ambo2-0/+91
2017-05-04 docs README: Update usage examples for kingpin CLIVincent Ambo1-28/+28
2017-05-04 refactor main: Move to Kingpin CLI libraryVincent Ambo1-152/+84
2017-05-04 feat templater: Warn if no valid resource sets are includedVincent Ambo1-0/+5
2017-04-04 fix test: Assert variable override orderVincent Ambo1-0/+5
2017-04-04 fix templater: Don't try to template default value filesVincent Ambo1-1/+5
2017-04-04 feat context: Support resource set default valuesVincent Ambo4-3/+65
2017-04-04 fix main: Don't panic if file is unspecifiedVincent Ambo1-4/+14