teambit / bit

A build system for development of composable software.
https://bit.dev
Other
17.8k stars 922 forks source link

Add --log flag to Bit CLI Reference documentation #9030

Closed harinlee0803 closed 1 month ago

harinlee0803 commented 1 month ago

Please include the --log flag in the documentation for the Bit CLI Reference, specifically for commands such as bit snap and bit export. This flag is crucial for debugging purposes. Currently, it is not mentioned in the official documentation, and I had to search through other GitHub issues to discover its existence. Including it in the official documentation would greatly aid users in troubleshooting and improve the overall user experience.

Thank you!

davidfirst commented 1 month ago

@harinlee0803 , this flag is a global flag. Meaning all commands have it, that's why it doesn't show in the docs per command. The easiest way to find the flags is by running bit your-command -h.