Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit 720454d

Browse files
committed
Updated docs for remote command
1 parent 341e9d7 commit 720454d

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

docs/cli/remote.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Remote takes all the transactions that you have specified in the yaml. The steps
1111
| Flag | Short | Required | Default | Description |
1212
| :-------- | :---- | :------- | :---------- | :---------------------------------------------------------------------------------------------------------------------------- |
1313
| --key | -k | yes | | [Your API key](../cloud/README.md), this can also be injected via the `APID_KEY` environment variable. Flag takes precedence. |
14-
| --region | -r | no | us-east | The location to run the tests from, a list or regions can be found [here](../cloud/README.md) |
14+
| --region | -r | no | washington | The location to run the tests from, a list or regions can be found [here](../cloud/README.md) |
1515
| --config | -c | no | ./apid.yaml | The config file. If a folder is provided will recursively load all `*.yaml` files |
1616
| --timings | -t | no | false | Display the request timings, like DNS lookup, TCP connect, TLS handshake, etc |
1717

@@ -20,5 +20,5 @@ Remote takes all the transactions that you have specified in the yaml. The steps
2020
```bash
2121
apid remote --key <access-key>
2222
apid remote --config ./tests/e2e/apid.yaml --key <access-key>
23-
apid remote --config ./tests/e2e/apid.yaml --key <access-key> --region us-east
23+
apid remote --config ./tests/e2e/apid.yaml --key <access-key> --region washington
2424
```

docs/cloud/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ A reference on how use the CLI after installation for remote execution can be fo
2525

2626
## Regions
2727

28-
APId cloud runs in multiple reagions worldwide. Here is a list of the current ones:
29-
30-
| Region Name | Location |
31-
| :----------- | :------------- |
32-
| ca-central | Canada |
33-
| us-east | North Virginia |
34-
| us-west | California |
35-
| ap-south | India |
36-
| ap-northeast | Japan |
37-
| ap-southeast | Australia |
38-
| eu-west | Ireland |
39-
| eu-north | Sweden |
40-
| eu-central | Germany |
41-
| sa-east | Brazil |
28+
APId cloud runs in multiple regions worldwide. Below is a list of the current ones. The default region is set to Washington.
29+
30+
| Region Name | Location |
31+
| :----------- | :------------ |
32+
| montreal | Montreal |
33+
| washington | Washington |
34+
| sanfrancisco | San Francisco |
35+
| mumbai | Mumbai |
36+
| tokyo | Tokyo |
37+
| sydney | Sydney |
38+
| dublin | Dublin |
39+
| stockholm | Stockholm |
40+
| frankfurt | Frankfurt |
41+
| saopaulo | Sao Paulo |
4242

4343
## Timeouts
4444

0 commit comments

Comments
 (0)