Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit a9d4e93

Browse files
committed
Emphasize relaunch
Signed-off-by: Wei-Chun, Chang <[email protected]>
1 parent fbc571a commit a9d4e93

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/docs/recce-cloud/share-recce-session-securely.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,33 @@ The first time you do this, you'll need to connect your local Recce to Recce Clo
2121

2222
1. Enable Recce Sharing
2323

24-
To start sharing, you can launch Recce server and click __Enable Sharing__ button.
24+
To start sharing, launch Recce server and click the **Enable Sharing** button.
2525

2626
![Recce Server](../../assets/images/recce-cloud/recce-server-enable-sharing-fs8.png){: .shadow}
2727

2828
1. Sign in to Recce Cloud and get your API token
29-
30-
Please copy your API token from the [personal settings page](https://cloud.datarecce.io/settings#tokens) in Recce Cloud.
29+
30+
Copy your API token from the [personal settings page](https://cloud.datarecce.io/settings#tokens) in Recce Cloud.
31+
3132
![Recce API Token](../../assets/images/recce-cloud/setting-page-api-token-fs8.png){: .shadow}
3233

3334
1. Add the token to `.recce/profile.yml`
3435

35-
For convenience, you can enter your API token in `.recce/profile.yml`, located by default in your home directory.
36+
For convenience, you can add your API token in `.recce/profile.yml`, located by default in your home directory.
3637
```yaml
3738
user_id: <your_user_id>
3839
api_token: <your_api_token>
3940
```
40-
Or, for one-time use, you can use `--api-token` flag with commend. e.g.,
41+
Alternatively, for one-time use, you can use `--api-token` flag with commend. e.g.,
4142
```bash
4243
recce server --api-token <your_api_token>
4344
```
4445

45-
1. Start Recce server
46+
1. Relaunch Recce server
47+
48+
After adding the API token, restarting Recce server is required to load the new configuration.
49+
Once it's running, you'll see the **Share** button, then you can click it to get the link on top.
4650

47-
After launching, you'll see the __Share__ button, then you can click it to get the link on top.
4851
![Recce Share From Server](../../assets/images/recce-cloud/recce-share-from-server-fs8.png){: .shadow}
4952

5053
You can also use the `recce share` command. If you already have a prepared Recce state file, you can obtain a share link directly through the command line.

0 commit comments

Comments
 (0)