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
{{ message }}
This repository was archived by the owner on May 9, 2025. It is now read-only.
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
+
31
32
{: .shadow}
32
33
33
34
1. Add the token to `.recce/profile.yml`
34
35
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.
36
37
```yaml
37
38
user_id: <your_user_id>
38
39
api_token: <your_api_token>
39
40
```
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.,
41
42
```bash
42
43
recce server --api-token <your_api_token>
43
44
```
44
45
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.
46
50
47
-
After launching, you'll see the __Share__ button, then you can click it to get the link on top.
48
51
{: .shadow}
49
52
50
53
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