-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
area: docsImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Describe the feature you'd like to request
Document all remaining hidden, internal flags
Describe the solution you'd like
Add the following to the CLI Reference docs
--trace
--heap
--cpuprofile
-v
,-vv
,-vvv
References:
https://github.com/vercel/turborepo/blob/main/cli/cmd/turbo/main.go#L27-L37
https://github.com/vercel/turborepo/blob/main/cli/internal/config/config.go#L126-L137
Describe alternatives you've considered
On might argue that --trace
, --heap
, and --cpuprofile
should only go in Contributing.md (#214). However, given our commitment to observability, it seems like there shouldn't be any undocumented APIs
Metadata
Metadata
Assignees
Labels
area: docsImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers