Closed mattpocock closed 2 years ago
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"
Confirmed regression.
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.