bvm icon indicating copy to clipboard operation
bvm copied to clipboard

Bit version manager

Results 24 bvm issues
Sort by recently updated
recently updated
newest added

add release type with array type ```ts addReleaseType(version: string, releaseType: string) ``` ```ts removeReleaseType(version: string, releaseType: string) ``` need edit the index.json file per version ``` [ { "version": "0.0.315",...

This will make sure that when running bit you will always have an exact version of node/git used by bit which reduces bugs and issues.

many times bvm remove is not deleting the versions from the fs. Also during bvm upgrade, it should delete the previously used version from the fs, which doesn't happen. It...

Hi I want to connect the bvm to my private registry in my private network and it seems to be coupled to the google api, so what I need to...

Hey guys, I wanted to install Bit harmony, so I followed the Docs, installed BVM, and, well, tried to install Bit, here is the result: ```console $ bvm install Cannot...

`bvm -v` print `0.0.30` nothing print while running `bvm install`, terminal hang

it's possible to change the name of the bit command, for example: ```bash bvm config set DEFAULT_LINK bbiitt bvm link # command bbiitt is now available ``` after which, there...