@crawlee-cloud/cli 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/README.md +19 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,6 +45,25 @@ crc push my-actor
45
45
  crc call my-actor
46
46
  ```
47
47
 
48
+ ## Configuration
49
+
50
+ Connect to your self-hosted Crawlee Cloud server:
51
+
52
+ ```bash
53
+ # Login to your server
54
+ crc login --url https://your-server.com
55
+ ```
56
+
57
+ You'll be prompted for your API token. Credentials are stored in `~/.crawlee-cloud/config.json`.
58
+
59
+ ### Environment Variables
60
+
61
+ | Variable | Description |
62
+ |----------|-------------|
63
+ | `CRAWLEE_CLOUD_API_URL` | Override API base URL |
64
+ | `CRAWLEE_CLOUD_TOKEN` | Override API token |
65
+
48
66
  ## Documentation
49
67
 
50
68
  For full documentation, visit the [Crawlee Cloud Documentation](https://github.com/crawlee-cloud/crawlee-cloud).
69
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee-cloud/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "CLI for Crawlee Cloud - run and deploy Actors",
5
5
  "type": "module",
6
6
  "bin": {