Skip to content

Commit

Permalink
Add us-east in sc run examples
Browse files Browse the repository at this point in the history
  • Loading branch information
alexh-sauce committed Oct 22, 2024
1 parent 7d7b9d2 commit 0065a9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/secure-connections/sauce-connect-5/operation/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,26 @@ SAUCE_ACCESS_KEY=<your access key>
<TabItem value="Mac/Linux">

```bash
sc run --tunnel-name $SAUCE_TUNNEL_NAME --region <us-west|eu-central>
sc run --tunnel-name $SAUCE_TUNNEL_NAME --region <us-west|us-east|eu-central>
```

Or without environment variables:

```bash
sc run --username <your user> --access-key <your access key> --region <us-west|eu-central> --tunnel-name $SAUCE_TUNNEL_NAME
sc run --username <your user> --access-key <your access key> --region <us-west|us-east|eu-central> --tunnel-name $SAUCE_TUNNEL_NAME
```

</TabItem>
<TabItem value="Windows">

```bash
sc.exe run --tunnel-name $SAUCE_TUNNEL_NAME --region <us-west|eu-central>
sc.exe run --tunnel-name $SAUCE_TUNNEL_NAME --region <us-west|us-east|eu-central>
```

Or without environment variables:

```bash
sc.exe run --username <your user> --access-key <your access key> --region <us-west|eu-central> --tunnel-name $SAUCE_TUNNEL_NAME
sc.exe run --username <your user> --access-key <your access key> --region <us-west|us-east|eu-central> --tunnel-name $SAUCE_TUNNEL_NAME
```

</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ As an important step prior to downloading Sauce Connect Proxy, you or your syste
3. Use cURL (or equivalent tool) to reach the below URLs, as needed. For example:

- [https://api.us-west-1.saucelabs.com/rest/v1](https://api.us-west-1.saucelabs.com/rest/v1) for US-WEST region
- [https://api.us-east-4.saucelabs.com/rest/v1](https://api.us-east-4.saucelabs.com/rest/v1) for US-EAST region
- [https://api.eu-central-1.saucelabs.com](https://api.eu-central-1.saucelabs.com/) for EU-Central region

If you can get a `200 OK` response from all URLs above, you are ready to start Sauce Connect!
Expand Down

0 comments on commit 0065a9d

Please sign in to comment.