about summary refs log tree commit diff
path: root/context
AgeCommit message (Collapse)AuthorFilesLines
2017-02-08 feat context: Add YAML loading supportVincent Ambo1-1/+14
Closes #5
2017-02-08 feat main: Add proper CLI supportVincent Ambo1-1/+2
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 feat context: Add types and loading functionsVincent Ambo1-0/+51