Skip to content

Commit aefd360

Browse files
committed
reamde
1 parent 55d8e91 commit aefd360

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

packages/cli/README.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
# TEE CLI
1+
# CLI
22

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
418

519
## Getting Started
620

@@ -145,16 +159,6 @@ The CLI will create the following directory structure:
145159
└── compose-files/ # Generated docker-compose files
146160
```
147161

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-
158162
## Tips
159163

160164
- Use the simulator for local testing before cloud deployment

0 commit comments

Comments
 (0)