Something nice that could potentially aid development and speedup certain jobs would be a small program which checks for issues against an appliance with filtering options for labels.
For example tklbugs lamp -l bug would return all issues tagged with bug and lamp.
Also perhaps a smart option which detects if you are in a turnkey related repo so you could just run tklbugs -l bug and if you were in products/lamp it would automatically return all issues tagged with bug and lamp.
Use Cases:
- you are working with a high volume of apps and keep forgetting which apps have which bugs
- you're working on an appliance and want to quickly check if there are any open bugs to fix without having
to open a browser
- you are building a batch of appliances and want to quickly get the short list of appliances with no bugs
Something nice that could potentially aid development and speedup certain jobs would be a small program which checks for issues against an appliance with filtering options for labels.
For example
tklbugs lamp -l bugwould return all issues tagged with bug and lamp.Also perhaps a smart option which detects if you are in a turnkey related repo so you could just run
tklbugs -l bugand if you were inproducts/lampit would automatically return all issues tagged with bug and lamp.Use Cases:
to open a browser