Skip to content

Commit 0329b56

Browse files
docs: add profile storage location to README (#252)
- Added clear documentation of where profiles are stored on each platform - Linux/macOS: ~/.config/redisctl/config.toml - Windows: %APPDATA%\redis\redisctl\config.toml - Helps users understand where their configuration is saved Part of #251
1 parent 2d9932a commit 0329b56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ redisctl profile set cloud-prod \
5757
redisctl --profile cloud-prod cloud database list
5858
```
5959

60+
Profiles are stored in:
61+
- **Linux/macOS**: `~/.config/redisctl/config.toml`
62+
- **Windows**: `%APPDATA%\redis\redisctl\config.toml`
63+
6064
### 2. Basic Commands
6165

6266
```bash

0 commit comments

Comments
 (0)