teambit / bvm

Bit version manager
Other
40 stars 13 forks source link

feat: download bit from new location when `release-type` is set to `nightly` #51

Closed zkochan closed 2 years ago

zkochan commented 2 years ago

A release-type may be set to change what version of Bit to install (e.g., bit config set release-type dev)

nightly will be installed from the new location (from //bvm.bit.dev/bit/versions/).

To install nightly from the old location, release-type may be set to nightly-from-old-location. This will be the default for now.

If a bit version is installed using exact version (e.g., bvm install 0.0.415) and the version is not found at the new location, bvm tries to install it from the old location.