@e2b/cli 0.1.1 → 0.1.3
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 +1 -20
- package/dist/index.js +58 -56
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,26 +1,7 @@
|
|
|
1
1
|
<h1 align="center">
|
|
2
|
-
|
|
2
|
+
E2B CLI
|
|
3
3
|
</h1>
|
|
4
4
|
|
|
5
|
-
<h4 align="center">
|
|
6
|
-
<a href="https://e2b.dev/docs">Docs</a> |
|
|
7
|
-
<a href="https://e2b.dev">Website</a> |
|
|
8
|
-
<a href="https://discord.gg/U7KEcGErtQ">Discord</a> |
|
|
9
|
-
<a href="https://twitter.com/e2b_dev">Twitter</a>
|
|
10
|
-
</h4>
|
|
11
|
-
|
|
12
|
-
<h4 align="center">
|
|
13
|
-
<a href="https://discord.gg/U7KEcGErtQ">
|
|
14
|
-
<img src="https://img.shields.io/badge/chat-on%20Discord-blue" alt="Discord community server" />
|
|
15
|
-
</a>
|
|
16
|
-
<a href="https://twitter.com/e2b_dev">
|
|
17
|
-
<img src="https://img.shields.io/twitter/follow/infisical?label=Follow" alt="e2b Twitter" />
|
|
18
|
-
</a>
|
|
19
|
-
</h4>
|
|
20
|
-
|
|
21
|
-
[E2B](https://e2b.dev) (_english2bits_) is a cloud operating system for AI
|
|
22
|
-
agents.
|
|
23
|
-
|
|
24
5
|
This CLI tool allows you to build and manage E2B sandbox templates from your
|
|
25
6
|
terminal.
|
|
26
7
|
|