@e2b/cli 1.0.5 → 1.0.6-docker-api.1

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 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/docs](https://e2b.dev/docs). Then use the CLI like this:
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.