File tree 1 file changed +16
-12
lines changed
1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
- # TEE CLI
1
+ # CLI
2
2
3
- The TEE CLI provides a set of commands to manage your ElizaOS TEE deployments, from local development to cloud deployment.
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
You can’t perform that action at this time.
0 commit comments