@camunda8/cli 2.6.0 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ c8ctl cluster start stable
13
13
  c8ctl cluster start alpha
14
14
 
15
15
  # Start with a major.minor version (rolling release)
16
- c8ctl cluster start 8.8
16
+ c8ctl cluster start 8.9
17
17
 
18
18
  # Starting without specifying a version defaults to stable
19
19
  c8ctl cluster start
@@ -52,8 +52,8 @@ plugin update.
52
52
 
53
53
  | Alias | Resolves to |
54
54
  |----------|-------------|
55
- | `stable` | Highest minor release that is GA (e.g. `8.8`) |
56
- | `alpha` | Highest minor release overall (e.g. `8.9`) |
55
+ | `stable` | Highest minor release that is GA (e.g. `8.9`) |
56
+ | `alpha` | Highest minor release overall (e.g. `8.10-alpha1`) |
57
57
 
58
58
  A `<major>.<minor>` version like `8.8` or `8.9` is also treated as a rolling
59
59
  release — the download server's `8.8/` directory is updated in-place with new
@@ -61,7 +61,7 @@ patch releases.
61
61
 
62
62
  ### `start` vs `install` update behavior
63
63
 
64
- - **`start`** uses the local version if available. A non-blocking remote check runs in the background — if a newer rolling release exists, a hint is printed (e.g. *"A newer server version is available. Install it with: c8ctl cluster install 8.8"*). If the network is unreachable, the hint is silently skipped.
64
+ - **`start`** uses the local version if available. A non-blocking remote check runs in the background — if a newer rolling release exists, a hint is printed (e.g. *"A newer server version is available. Install it with: c8ctl cluster install 8.9"*). If the network is unreachable, the hint is silently skipped.
65
65
  - **`install`** always checks the remote for a newer rolling release (via ETag comparison) and re-downloads if one is available.
66
66
 
67
67
  If the download server is unreachable, the aliases fall back to the values
@@ -7,7 +7,7 @@
7
7
  "main": "c8ctl-plugin.js",
8
8
  "c8ctl": {
9
9
  "versionAliases": {
10
- "stable": "8.8",
10
+ "stable": "8.9",
11
11
  "alpha": "8.9"
12
12
  }
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda8/cli",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "Camunda 8 CLI - minimal-dependency CLI for Camunda 8 operations",
5
5
  "type": "module",
6
6
  "engines": {