teambit / bit

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

fix(lane): remove add-readme lane cmd #9083

Closed luvkapur closed 2 months ago

luvkapur commented 2 months ago

This PR removes the lane add-readme command. This command was added before we had a dedicated user interface to create readme for lanes. With the new Bit Cloud UI, this can be achieved directly from the interface without the use of the CLI command.

This PR also markes the lane remove-readme command to be DEPRECATED and suggests the user to only use it to revert the changes made from the lane add-readme command.