@elizaos/cli 1.0.0-alpha.1 → 1.0.0-alpha.2
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 +16 -12
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
|
-
#
|
|
1
|
+
# CLI
|
|
2
2
|
|
|
3
|
-
The
|
|
3
|
+
The CLI provides a set of commands to manage your ElizaOS projects and plugins, from local development to cloud deployment.
|
|
4
|
+
|
|
5
|
+
# TODO: CLI Documentation goes here
|
|
6
|
+
|
|
7
|
+
## Environment Variables
|
|
8
|
+
|
|
9
|
+
Create a .env file with your required variables:
|
|
10
|
+
|
|
11
|
+
```env
|
|
12
|
+
ANTHROPIC_API_KEY=your_key
|
|
13
|
+
TELEGRAM_BOT_TOKEN=your_token
|
|
14
|
+
# Add other required variables
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
# TEE Deployment Docs
|
|
4
18
|
|
|
5
19
|
## Getting Started
|
|
6
20
|
|
|
@@ -145,16 +159,6 @@ The CLI will create the following directory structure:
|
|
|
145
159
|
└── compose-files/ # Generated docker-compose files
|
|
146
160
|
```
|
|
147
161
|
|
|
148
|
-
## Environment Variables
|
|
149
|
-
|
|
150
|
-
Create a .env file with your required variables:
|
|
151
|
-
|
|
152
|
-
```env
|
|
153
|
-
ANTHROPIC_API_KEY=your_key
|
|
154
|
-
TELEGRAM_BOT_TOKEN=your_token
|
|
155
|
-
# Add other required variables
|
|
156
|
-
```
|
|
157
|
-
|
|
158
162
|
## Tips
|
|
159
163
|
|
|
160
164
|
- Use the simulator for local testing before cloud deployment
|
package/dist/index.js
CHANGED
|
@@ -10732,9 +10732,9 @@ var require_unpipe = __commonJS({
|
|
|
10732
10732
|
}
|
|
10733
10733
|
});
|
|
10734
10734
|
|
|
10735
|
-
// ../../node_modules/raw-body/index.js
|
|
10735
|
+
// ../../node_modules/body-parser/node_modules/raw-body/index.js
|
|
10736
10736
|
var require_raw_body = __commonJS({
|
|
10737
|
-
"../../node_modules/raw-body/index.js"(exports, module) {
|
|
10737
|
+
"../../node_modules/body-parser/node_modules/raw-body/index.js"(exports, module) {
|
|
10738
10738
|
"use strict";
|
|
10739
10739
|
var asyncHooks = tryRequireAsyncHooks();
|
|
10740
10740
|
var bytes = require_bytes();
|
|
@@ -27002,9 +27002,9 @@ var require_forwarded = __commonJS({
|
|
|
27002
27002
|
}
|
|
27003
27003
|
});
|
|
27004
27004
|
|
|
27005
|
-
// ../../node_modules/ipaddr.js/lib/ipaddr.js
|
|
27005
|
+
// ../../node_modules/proxy-addr/node_modules/ipaddr.js/lib/ipaddr.js
|
|
27006
27006
|
var require_ipaddr = __commonJS({
|
|
27007
|
-
"../../node_modules/ipaddr.js/lib/ipaddr.js"(exports, module) {
|
|
27007
|
+
"../../node_modules/proxy-addr/node_modules/ipaddr.js/lib/ipaddr.js"(exports, module) {
|
|
27008
27008
|
(function() {
|
|
27009
27009
|
var expandIPv6, ipaddr, ipv4Part, ipv4Regexes, ipv6Part, ipv6Regexes, matchCIDR, root, zoneIndex;
|
|
27010
27010
|
ipaddr = {};
|
|
@@ -34030,9 +34030,9 @@ var require_make_middleware = __commonJS({
|
|
|
34030
34030
|
}
|
|
34031
34031
|
});
|
|
34032
34032
|
|
|
34033
|
-
// ../../node_modules/mkdirp/index.js
|
|
34033
|
+
// ../../node_modules/multer/node_modules/mkdirp/index.js
|
|
34034
34034
|
var require_mkdirp = __commonJS({
|
|
34035
|
-
"../../node_modules/mkdirp/index.js"(exports, module) {
|
|
34035
|
+
"../../node_modules/multer/node_modules/mkdirp/index.js"(exports, module) {
|
|
34036
34036
|
var path14 = __require("path");
|
|
34037
34037
|
var fs16 = __require("fs");
|
|
34038
34038
|
var _0777 = parseInt("0777", 8);
|