Skip to content

Commit d8786b3

Browse files
authored
Merge pull request #8 from DataRecce/feature/drc-1256-assist-with-locating-recceprofileyml-for-recce-share-session
Add steps for finding recce profile
2 parents a30142d + 4406bb4 commit d8786b3

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed
Loading
Loading

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

+22-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Share Recce Session
2+
title: Share Recce Instance
33
icon: material/account-eye
44
---
55

@@ -33,9 +33,28 @@ The first time you do this, you'll need to connect your local Recce to Recce Clo
3333

3434
1. Add the token to `.recce/profile.yml`
3535

36-
For convenience, you can add 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 in your home directory.
37+
38+
- Find the `.recce` folder in your home directory.
39+
40+
**For Mac/Linux users:**
41+
42+
In the terminal, type the following command to navigate to the Recce configuration directory:
43+
```shell
44+
cd ~/.recce
45+
```
46+
47+
**For Windows users:**
48+
49+
Navigate to `C:\Users\<your_user_name>` and open the hidden `.recce` folder.
50+
51+
Or in PowerShell, type:
52+
```powershell
53+
cd ~\.recce
54+
```
55+
56+
- Open `profile.yml` with any text editor to add your token:
3757
```yaml
38-
user_id: <your_user_id>
3958
api_token: <your_api_token>
4059
```
4160
Alternatively, for one-time use, you can use `--api-token` flag with commend. e.g.,

0 commit comments

Comments
 (0)