@e2b/cli 1.0.4 → 1.0.6-docker-api.0
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 +4 -1
- package/dist/index.js +101 -98
- package/dist/index.js.map +1 -1
- package/package.json +16 -12
- package/LICENSE +0 -201
package/README.md
CHANGED
|
@@ -21,8 +21,11 @@ e2b auth login
|
|
|
21
21
|
> [!NOTE]
|
|
22
22
|
> To authenticate without the ability to open the browser, provide
|
|
23
23
|
> `E2B_ACCESS_TOKEN` as an environment variable. Get your `E2B_ACCESS_TOKEN`
|
|
24
|
-
> from [e2b.dev/
|
|
24
|
+
> from the Personal tab at [e2b.dev/dashboard](https://e2b.dev/dashboard). Then use the CLI like this:
|
|
25
25
|
> `E2B_ACCESS_TOKEN=sk_e2b_... e2b build`.
|
|
26
26
|
|
|
27
|
+
> [!IMPORTANT]
|
|
28
|
+
> Note the distinction between `E2B_ACCESS_TOKEN` and `E2B_API_KEY`.
|
|
29
|
+
|
|
27
30
|
### 3. Check out docs
|
|
28
31
|
Visit our [CLI documentation](https://e2b.dev/docs) to learn more.
|