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
warnet_test_uhynisdj_tank_000001: 2023-10-11T17:44:48.717787Z [miner] Submitting wtx 94cacabc09b024b56dcbed9ccad15c90340c596e883159bcb5f1d2152997322d to mempool for relay
@@ -77,7 +77,7 @@ It might take a couple minutes to get the pod running. If you see `error: unable
77
77
The Grafana dashboard (and API) will be accessible without requiring authentication
78
78
at `http://localhost:3000`.
79
79
80
-
The `install_logging` script will need to be installed before starting the network in order to collect the information for monitoring and metrics. Restart the network with `warcli network down && warcli network up` if necessary.
80
+
The `install_logging` script will need to be installed before starting the network in order to collect the information for monitoring and metrics. Restart the network with `warnet network down && warnet network up` if necessary.
Copy file name to clipboardExpand all lines: docs/quickrun.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,36 +29,36 @@ pip install -e .
29
29
## Running
30
30
31
31
> [!TIP]
32
-
> When developing locally add the `--dev` flag to `warcli cluster deploy` to enable dev mode with hot-reloading server.
32
+
> When developing locally add the `--dev` flag to `warnet cluster deploy` to enable dev mode with hot-reloading server.
33
33
34
34
### Using minikube
35
35
36
36
To run a local cluster using minikube:
37
37
38
38
```bash
39
-
warcli cluster setup-minikube
39
+
warnet cluster setup-minikube
40
40
41
-
warcli cluster deploy
41
+
warnet cluster deploy
42
42
```
43
43
44
44
### Other cluster types
45
45
46
-
If not using minikube (e.g. using Docker Desktop or a managed cluster), `warcli` commands will operate natively on the current Kubernetes context, so you can simply run:
46
+
If not using minikube (e.g. using Docker Desktop or a managed cluster), `warnet` commands will operate natively on the current Kubernetes context, so you can simply run:
47
47
48
48
```bash
49
-
warcli cluster deploy
49
+
warnet cluster deploy
50
50
```
51
51
52
52
...to deploy warnet to your cluster.
53
53
54
-
`warcli cluster deploy` also automatically configures port forwarding to the Server in the cluster.
54
+
`warnet cluster deploy` also automatically configures port forwarding to the Server in the cluster.
0 commit comments