Skip to content

Commit 005140d

Browse files
committed
Update version comments
(cherry picked from commit 2b1cf75)
1 parent 66f6c89 commit 005140d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/clusters/management/update.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,14 @@ cortex cluster up cluster.yaml --configure-env cortex2
7171

7272
You can use different Cortex CLIs to interact with the different versioned clusters; here is an example:
7373

74+
<!-- CORTEX_VERSION_README x4 -->
75+
7476
```bash
75-
# download the desired CLI version, replace 0.38.0 with the desired version (Note the "v"):
76-
CORTEX_INSTALL_PATH=$(pwd)/cortex0.38.0 bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.38.0/get-cli.sh)"
77+
# download the desired CLI version, replace 0.39.0 with the desired version (Note the "v"):
78+
CORTEX_INSTALL_PATH=$(pwd)/cortex0.39.0 bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.39.0/get-cli.sh)"
7779

7880
# confirm cortex CLI version
79-
./cortex0.38.0 version
81+
./cortex0.39.0 version
8082
```
8183

8284
### Deploy the APIs to your new cluster

0 commit comments

Comments
 (0)