cli-lab icon indicating copy to clipboard operation
cli-lab copied to clipboard

[Bootstrapper] Fetch information from dotnet feeds

Open edvilme opened this issue 7 months ago • 2 comments

#348

Fetch information from dotnet feeds for search and install command. Added logic to find global.json file and fetch version information. Added logic for downloading files.

Search

Added search command to list all available sdk installs.

bootstrapper search [<channel>] [--allow-previews]

If no channel is provided, it will list all of them by default.

Install

Added install command to install all assets from a specified version.

bootstrapper install [<version>] [--allow-previews]

If no version is provided, it will look up the nearest global.json file and install the version specified there.

Usage example

image

edvilme avatar Apr 23 '25 23:04 edvilme

Great work updating things in response to my feedback above; if there's anything I can clarify then please let me know, happy to chat! 😊

nagilson avatar May 12 '25 16:05 nagilson

Note: Long term effort that needs reevaluation for our backlog.

marcpopMSFT avatar May 14 '25 20:05 marcpopMSFT