@e2b/cli 0.0.8 → 0.0.9
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 +3 -3
- package/dist/index.js +74 -74
- package/package.json +5 -14
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# e2b CLI
|
|
1
|
+
# e2b CLI (WIP)
|
|
2
2
|
|
|
3
3
|
Command line interface for [e2b](https://e2b.dev/).
|
|
4
4
|
|
|
@@ -21,14 +21,14 @@ e2b login
|
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
<details>
|
|
24
|
-
<summary
|
|
24
|
+
<summary>Authenticate without the ability to open browser</summary>
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
To authenticate without the ability to open browser, you can provide E2B_ACCESS_TOKEN as an environment variable.
|
|
28
28
|
Obtain your E2B_ACCESS_TOKEN from at [e2b.dev/docs](https://e2b.dev/docs).
|
|
29
29
|
|
|
30
30
|
```sh
|
|
31
|
-
E2B_ACCESS_TOKEN=
|
|
31
|
+
E2B_ACCESS_TOKEN=sk_e2b_... e2b login
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
</details>
|