You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.0**.
14
+
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.1**.
15
15
16
16
<PageTabs
17
17
pages={[
@@ -65,7 +65,7 @@ After the script completes, **open a new PowerShell window** and verify the inst
65
65
cre version
66
66
```
67
67
68
-
**Expected output:**`cre version v1.0.0`
68
+
**Expected output:**`cre version v1.0.1`
69
69
70
70
### Manual installation
71
71
@@ -97,7 +97,7 @@ Compare the `Hash` value in the output with the official checksum below:
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.0**.
739
+
This page explains how to install the Chainlink Developer Platform CLI (also referred to as the CRE CLI) on Windows. The recommended version at the time of writing is **v1.0.1**.
740
740
741
741
## Installation
742
742
@@ -766,7 +766,7 @@ After the script completes, **open a new PowerShell window** and verify the inst
766
766
cre version
767
767
```
768
768
769
-
**Expected output:** `cre version v1.0.0`
769
+
**Expected output:** `cre version v1.0.1`
770
770
771
771
### Manual installation
772
772
@@ -794,7 +794,7 @@ Compare the `Hash` value in the output with the official checksum below:
To ensure compatibility with the guides and examples in this documentation, please use version `v1.0.1` of the CRE
6085
6085
CLI. You can check your installed version by running `cre version`. Refer to the [CLI
6086
6086
Installation](/cre/getting-started/cli-installation/macos-linux) guide for more information.
6087
6087
</Aside>
@@ -6978,12 +6978,12 @@ cre version
6978
6978
**Example output:**
6979
6979
6980
6980
```bash
6981
-
cre version v1.0.0
6981
+
cre version v1.0.1
6982
6982
```
6983
6983
6984
6984
6985
6985
<Aside type="note" title="Version compatibility">
6986
-
Always check that your CLI version matches the version recommended in the documentation. The current recommended version is **v1.0.0**. See the [CLI Installation guide](/cre/getting-started/cli-installation) for more information.
6986
+
Always check that your CLI version matches the version recommended in the documentation. The current recommended version is **v1.0.1**. See the [CLI Installation guide](/cre/getting-started/cli-installation) for more information.
0 commit comments