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

use --json flag for better output parsing #70

Open
shubhbapna opened this issue Jan 12, 2024 · 1 comment
Open

use --json flag for better output parsing #70

shubhbapna opened this issue Jan 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@shubhbapna
Copy link
Collaborator

Feature request

act has an option to enable json output. Using json will provide much easier output parsing than the current regex based string parsing. This will also significantly reduce maintenance complexity.

Additional context

The output-parser is a pluggable module, which make it easy for us to add another output parser without any breaking changes

@shubhbapna shubhbapna added the enhancement New feature or request label Jan 12, 2024
@peddamat
Copy link

peddamat commented Feb 1, 2024

Oh, brilliant. Don’t know how I missed that. I can try to take a look this weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants