Martin Stone
Martin Stone
Hi @825i, this is something I have struggled with -- the reason why is partly dumb implementation details, because `-k` is a flag that I implemented and it has some...
Hi @825i, I finally managed to make the change you were asking for as part of a big refactor for 0.1.7, it's available as an RC now if you want...
Hi @jallan-cflt so are you thinking this would be useful for just the `list` commands or other stuff too? I don't have any objection to adding it as it seems...
Hi @khntst just catching up on this... it seems like a good idea and I will work on it the next chance I get... thanks very much for the submission
Hi @zerolaser i will try and work on this.. in the meantime, `pd rest fetch` can fetch audit records and give you the results as tables; see the REST API...
hi @zerolaser makes sense... take a look at the following simple Python script and let me know if it could be a good starting point: ```python #!/usr/bin/env python3 import sys...
Hi @n8price it makes sense. I have added some tag commands to v0.1.3 that I would like you to check out. If you have a self-updatable installation of pd, you...
Thank you for this observation... most people didn't notice it I think because they are using the pre built packages and it seems you are building the package yourself... are...
Hi @galitz, I am not sure off hand; the .exe installer is generated by the oclif framework and I haven't looked into the specifics of how it makes the MSI....
Hi again @galitz - I found the relevant line in the oclif framework's installer generator [here](https://github.com/oclif/oclif/blob/1b3de4f17da627c3979292c02ec6482ba6b6c5f7/src/commands/pack/win.ts#L85). We would have to open an issue against this repo (and ideally submit a...