Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Machine friendly output #46

Closed
vitalybe opened this issue Jun 5, 2019 · 2 comments
Closed

Machine friendly output #46

vitalybe opened this issue Jun 5, 2019 · 2 comments

Comments

@vitalybe
Copy link

vitalybe commented Jun 5, 2019

I want to write some tooling for pueue (specifically integration with bitbar) but currently the output of all commands is only human friendly.

It'd be nice if all commands (but mainly status) had a JSON output flag.

@Nukesor
Copy link
Owner

Nukesor commented Jun 12, 2019

The best way to implement this would probably be to refactor the communication protocol from pickled python objects to json.
This shouldn't be too hard :) Feel free to hack around a little and open a PR.
I'll happily review it!

@Nukesor
Copy link
Owner

Nukesor commented Dec 17, 2019

Hey there.
The first version of the rewrite is on master. A release will follow shortly.
The rewrite supports a -j flag for status and log. I hope this helps you realising such tooling!

@Nukesor Nukesor closed this as completed Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants