File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,14 @@ cortex cluster up cluster.yaml --configure-env cortex2
7171
7272You 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
You can’t perform that action at this time.
0 commit comments