contextloop-cli 0.1.0 → 0.2.0
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 +1 -3
- package/dist/index.js +1113 -53
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
The official command-line interface for [ContextLoop](https://contextloop.io) - upload, download, and manage documents efficiently.
|
|
4
4
|
|
|
5
|
-
> **Important**: The correct domain is **contextloop.io** (NOT contextloop.ai)
|
|
6
|
-
|
|
7
5
|
## Features
|
|
8
6
|
|
|
9
7
|
- **Token-efficient uploads**: Read files directly from disk without generating tokens
|
|
@@ -201,7 +199,7 @@ contextloop document upload "./docs/**/*.md" --dry-run
|
|
|
201
199
|
|
|
202
200
|
```bash
|
|
203
201
|
# Clone and install
|
|
204
|
-
git clone https://github.com/
|
|
202
|
+
git clone https://github.com/juanqui/contextloop-cli.git
|
|
205
203
|
cd contextloop-cli
|
|
206
204
|
pnpm install
|
|
207
205
|
|