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

feat: yarn run --json #5988

Merged
merged 8 commits into from
Jan 16, 2024
Merged

Conversation

jplukas
Copy link
Contributor

@jplukas jplukas commented Nov 26, 2023

What's the problem this PR addresses?
Adds a --json option to the yarn run CLI command

Closes #5539

How did you fix it?
Changed the command object defined in berry/packages/plugin-essentials/sources/commands/runindex.ts in order to add a --json option, and format the output.

Checklist

  • I have read the Contributing Guide.
  • I have set the packages that need to be released for my changes to be effective.
  • I will check that all automated PR checks pass before the PR gets reviewed.

@jplukas jplukas changed the title Feat/yarn run json output (feat) yarn run --json Nov 26, 2023
@jplukas jplukas changed the title (feat) yarn run --json (WIP) (feat) yarn run --json Nov 26, 2023
@jplukas jplukas marked this pull request as ready for review December 1, 2023 16:44
@jplukas jplukas changed the title (WIP) (feat) yarn run --json feat: yarn run --json Dec 1, 2023
@arcanis arcanis merged commit f79eb76 into yarnpkg:master Jan 16, 2024
24 checks passed
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

Successfully merging this pull request may close these issues.

[Feature] yarn workspace <workspaceName> run --json
2 participants