@e2b/cli 1.9.2 → 2.0.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 +2 -2
- package/dist/index.js +151 -151
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -28,8 +28,8 @@ e2b auth login
|
|
|
28
28
|
|
|
29
29
|
> [!NOTE]
|
|
30
30
|
> To authenticate without the ability to open the browser, provide
|
|
31
|
-
> `E2B_ACCESS_TOKEN` as an environment variable.
|
|
32
|
-
>
|
|
31
|
+
> `E2B_ACCESS_TOKEN` as an environment variable. You can find your token
|
|
32
|
+
> in Account Settings under the Team selector at [e2b.dev/dashboard](https://e2b.dev/dashboard). Then use the CLI like this:
|
|
33
33
|
> `E2B_ACCESS_TOKEN=sk_e2b_... e2b template build`.
|
|
34
34
|
|
|
35
35
|
> [!IMPORTANT]
|