We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
1.0.6
The docs describe the --api option of the 'run' command, but the CLI errors with 'unknown flag'.
--api
Expected behaviour is unknown, this is poorly documented and I was trying things out trying to make Turborepo run on a GH action.
yarn turbo run build --api="any-value-here" on any turbo starter.
yarn turbo run build --api="any-value-here"
The text was updated successfully, but these errors were encountered:
Confirmed regression.
Sorry, something went wrong.
Correct clickable area in CTAButton. (#230)
494bcab
Successfully merging a pull request may close this issue.
What version of Turborepo are you using?
1.0.6
Describe the Bug
The docs describe the
--api
option of the 'run' command, but the CLI errors with 'unknown flag'.Expected Behavior
Expected behaviour is unknown, this is poorly documented and I was trying things out trying to make Turborepo run on a GH action.
To Reproduce
yarn turbo run build --api="any-value-here"
on any turbo starter.The text was updated successfully, but these errors were encountered: