@diggerhq/catty 0.5.3 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -0
- package/bin/catty-darwin-amd64 +0 -0
- package/bin/catty-darwin-arm64 +0 -0
- package/bin/catty-linux-amd64 +0 -0
- package/bin/catty-linux-arm64 +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,6 +42,21 @@ catty config set server <url>
|
|
|
42
42
|
catty logout
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
+
## Configuration
|
|
46
|
+
|
|
47
|
+
### Environment Variables
|
|
48
|
+
|
|
49
|
+
| Variable | Description | Default |
|
|
50
|
+
|----------|-------------|---------|
|
|
51
|
+
| `CATTY_API_URL` | Override the API server URL | `https://catty.dev` |
|
|
52
|
+
|
|
53
|
+
Example for self-hosted instances:
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
export CATTY_API_URL=https://your-catty-server.com
|
|
57
|
+
catty login
|
|
58
|
+
```
|
|
59
|
+
|
|
45
60
|
## Requirements
|
|
46
61
|
|
|
47
62
|
- [Claude Code](https://docs.anthropic.com/en/docs/claude-code) must be installed on your system
|
package/bin/catty-darwin-amd64
CHANGED
|
Binary file
|
package/bin/catty-darwin-arm64
CHANGED
|
Binary file
|
package/bin/catty-linux-amd64
CHANGED
|
Binary file
|
package/bin/catty-linux-arm64
CHANGED
|
Binary file
|