Skip to content

Commit 27f3bfe

Browse files
committed
update CLI docs
1 parent 240b005 commit 27f3bfe

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

book/src/framework/getting_started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ Linux `amd64`
3232
curl -L https://github.com/smartcontractkit/chainlink-testing-framework/releases/download/framework%2F<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->/framework-<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->-linux-amd64.tar.gz | tar -xz
3333
```
3434

35-
More CLI [docs](./cli.md)
35+
Allow it to run in `System Settings -> Security Settings` (OS X)
36+
37+
![img.png](images/img.png)
38+
3639

3740
Create an `.envrc` file and do `source .envrc`
3841
```

book/src/framework/interactive.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,35 @@
33

44
For non-technical users or those building with Chainlink products outside of Golang, we offer an interactive method to deploy a NodeSet.
55

6-
The only requirement is to have Docker running.
6+
If you're on OS X, we recommend to use [OrbStack](https://orbstack.dev/), otherwise [Docker Desktop](https://www.docker.com/products/docker-desktop/)
77

8-
If you're on OS X, we recommend to use [OrbStack](https://orbstack.dev/).
8+
Download our [CLI](https://github.com/smartcontractkit/chainlink-testing-framework/releases/tag/framework%2Fv0.1.8)
99

10-
For other platforms use [Docker Desktop](https://www.docker.com/products/docker-desktop/).
10+
OS X `arm64` (M1/M2/M3 MacBooks)
11+
```
12+
curl -L https://github.com/smartcontractkit/chainlink-testing-framework/releases/download/framework%2F<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->/framework-<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->-darwin-arm64.tar.gz | tar -xz
13+
```
1114

12-
Download the latest CLI [here](https://github.com/smartcontractkit/chainlink-testing-framework/releases/tag/framework%2Fv0.1.7)
15+
OS X `amd64` (old Intel chips)
16+
```
17+
curl -L https://github.com/smartcontractkit/chainlink-testing-framework/releases/download/framework%2F<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->/framework-<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->-darwin-amd64.tar.gz | tar -xz
18+
```
19+
Linux `arm64`
20+
```
21+
curl -L https://github.com/smartcontractkit/chainlink-testing-framework/releases/download/framework%2F<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->/framework-<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->-linux-arm64.tar.gz | tar -xz
22+
```
23+
24+
Linux `amd64`
25+
```
26+
curl -L https://github.com/smartcontractkit/chainlink-testing-framework/releases/download/framework%2F<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->/framework-<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->-linux-amd64.tar.gz | tar -xz
27+
```
1328

1429
Allow it to run in `System Settings -> Security Settings` (OS X)
1530

1631
![img.png](images/img.png)
1732

1833
```
19-
./framework build node_set
34+
./ctf b ns
2035
```
2136
Press `Ctrl+C` to remove the stack.
2237

0 commit comments

Comments
 (0)