vercel / turborepo

Build system optimized for JavaScript and TypeScript, written in Rust
https://turbo.build/repo/docs
MIT License
26.39k stars 1.84k forks source link

turbo run '--api' option not supported #230

Closed mattpocock closed 2 years ago

mattpocock commented 2 years ago

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.

jaredpalmer commented 2 years ago

Confirmed regression.