@@ -9,11 +9,11 @@ This directory contains scripts to download and install the Aspire CLI for diffe
9
9
10
10
## Current Limitations
11
11
12
- ⚠️ ** Important** : Currently, only the following combination works:
13
- - ** Version** : ` 9.0 `
14
- - ** Quality** : ` daily `
12
+ Supported Quality values:
15
13
16
- Other version/quality combinations are not yet available through the download URLs.
14
+ - ` dev ` - builds from the ` main ` branch
15
+ - ` staging ` - builds from the current ` release ` branch like ` release/9.4 `
16
+ - ` ga ` - build for the latest GA
17
17
18
18
## Parameters
19
19
@@ -23,7 +23,7 @@ Other version/quality combinations are not yet available through the download UR
23
23
| ------------------| -------| ---------------------------------------------------| -----------------------|
24
24
| ` --install-path ` | ` -i ` | Directory to install the CLI | ` $HOME/.aspire/bin ` |
25
25
| ` --version ` | | Version of the Aspire CLI to download | ` 9.0 ` |
26
- | ` --quality ` | ` -q ` | Quality to download | ` daily ` |
26
+ | ` --quality ` | ` -q ` | Quality to download | ` release ` |
27
27
| ` --os ` | | Operating system (auto-detected if not specified) | auto-detect |
28
28
| ` --arch ` | | Architecture (auto-detected if not specified) | auto-detect |
29
29
| ` --keep-archive ` | ` -k ` | Keep downloaded archive files after installation | ` false ` |
@@ -32,15 +32,15 @@ Other version/quality combinations are not yet available through the download UR
32
32
33
33
### PowerShell Script (` get-aspire-cli.ps1 ` )
34
34
35
- | Parameter | Description | Default |
36
- | -----------------| ---------------------------------------------------| ----------------------------------|
37
- | ` -InstallPath ` | Directory to install the CLI | ` $HOME/.aspire/bin ` (Unix) / ` %USERPROFILE%\.aspire\bin ` (Windows) |
38
- | ` -Version ` | Version of the Aspire CLI to download | ` 9.0 ` |
39
- | ` -Quality ` | Quality to download | ` daily ` |
40
- | ` -OS ` | Operating system (auto-detected if not specified) | auto-detect |
41
- | ` -Architecture ` | Architecture (auto-detected if not specified) | auto-detect |
42
- | ` -KeepArchive ` | Keep downloaded archive files after installation | ` false ` |
43
- | ` -Help ` | Show help message | |
35
+ | Parameter | Description | Default |
36
+ | -----------------| ---------------------------------------------------| -------------------------------------------------------------------- |
37
+ | ` -InstallPath ` | Directory to install the CLI | ` $HOME/.aspire/bin ` (Unix) / ` %USERPROFILE%\.aspire\bin ` (Windows) |
38
+ | ` -Version ` | Version of the Aspire CLI to download | ` 9.0 ` |
39
+ | ` -Quality ` | Quality to download | ` release ` |
40
+ | ` -OS ` | Operating system (auto-detected if not specified) | auto-detect |
41
+ | ` -Architecture ` | Architecture (auto-detected if not specified) | auto-detect |
42
+ | ` -KeepArchive ` | Keep downloaded archive files after installation | ` false ` |
43
+ | ` -Help ` | Show help message | |
44
44
45
45
## Install Path Parameter
46
46
0 commit comments