@archal/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 +2 -2
- package/dist/index.js +4183 -738
- package/package.json +12 -14
- package/LICENSE +0 -21
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ archal demo
|
|
|
36
36
|
|
|
37
37
|
| Variable | Description |
|
|
38
38
|
| --- | --- |
|
|
39
|
-
| `
|
|
39
|
+
| `ARCHAL_TOKEN` | Auth token for Archal backend API (get one at archal.ai) |
|
|
40
40
|
| `ARCHAL_AGENT_COMMAND` | Default agent command (can be overridden with `--agent`) |
|
|
41
41
|
|
|
42
42
|
## Documentation
|
|
@@ -45,4 +45,4 @@ For full documentation, architecture details, and contributor guides, see the [A
|
|
|
45
45
|
|
|
46
46
|
## License
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
UNLICENSED — proprietary software. See [archal.ai](https://archal.ai) for licensing.
|