Closed lofim closed 6 years ago
This is great thanks! You seem to have made two PRs with the same set of commits (the config changes and the jobs support). Would it be possible to split them so I can test and merge each one separately?
Thanks!
Thanks for the review. It's nice to see activity after some time.
You seem to have made two PRs with the same set of commits
TBH, I put this together at a point where it seemed that project is dead. It scratched my itch so I thought other people might find this useful.
I'll try to rebase the config commits out and address the issues.
I'll close this PR and create a new one with the rebased commits. Sorry for the mess.
Added basic support for jobs command, addressing #67.
It follows the code for deployments command with the exception of displaying job relevant data.
It builds on my previous contribution #63 so that might not be desired.