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

Better terminal output from turbo run #458

Closed
yuchant opened this issue Dec 29, 2021 · 1 comment
Closed

Better terminal output from turbo run #458

yuchant opened this issue Dec 29, 2021 · 1 comment

Comments

@yuchant
Copy link

yuchant commented Dec 29, 2021

Describe the feature you'd like to request

I'd like to see terminal output with clean output from various scripts like storybook-start that uses the original clean progress bars, colors, etc.

I'd like to see output from scripts like plop like its interactive component picker (I am just using yarn --cwd for now.)

Describe the solution you'd like

I'd like to see the output that looks the same as if ran directly from yarn/npm.
image

vs

Uploading image.png…

@foo/code-generator:plop: $ plop
@foo/code-generator:plop: ? [PLOP] Please choose a generator. (Use arrow keys)
@foo/code-generator:plop: ❯ component - Create a component (in ./) 
@foo/code-generator:plop:   package - Create a package (in ./packages/) info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@foo/code-generator:plop: error Command failed with signal "SIGINT".
@foo/code-generator:plop: Error: command finished with error: exit status 1

Describe alternatives you've considered

yarn --cwd package plop is my current solution.

Tried --concurrency 1 --continue --scope=@foo/code-generator as well

sokra added a commit that referenced this issue Oct 25, 2022
allow the ContentSource to declare which info is required
jridgewell pushed a commit to vercel/next.js that referenced this issue Mar 10, 2023
allow the ContentSource to declare which info is required
sokra added a commit to vercel/next.js that referenced this issue Mar 13, 2023
allow the ContentSource to declare which info is required
@mehulkar
Copy link
Contributor

You can use the --log-prefix to remove turbo's embellishment of script logs. For the interactive picker, I think this is the same request as #1235, closing in favor of that

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