File tree 1 file changed +5
-3
lines changed
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
71
71
72
72
You can use different Cortex CLIs to interact with the different versioned clusters; here is an example:
73
73
74
+ <!-- CORTEX_VERSION_README x4 -->
75
+
74
76
``` 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) "
77
79
78
80
# confirm cortex CLI version
79
- ./cortex0.38 .0 version
81
+ ./cortex0.39 .0 version
80
82
```
81
83
82
84
### Deploy the APIs to your new cluster
You can’t perform that action at this time.
0 commit comments