@e2b/cli 1.4.3 → 1.5.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
@@ -30,7 +30,7 @@ e2b auth login
30
30
  > To authenticate without the ability to open the browser, provide
31
31
  > `E2B_ACCESS_TOKEN` as an environment variable. Get your `E2B_ACCESS_TOKEN`
32
32
  > from the Personal tab at [e2b.dev/dashboard](https://e2b.dev/dashboard). Then use the CLI like this:
33
- > `E2B_ACCESS_TOKEN=sk_e2b_... e2b build`.
33
+ > `E2B_ACCESS_TOKEN=sk_e2b_... e2b template build`.
34
34
 
35
35
  > [!IMPORTANT]
36
36
  > Note the distinction between `E2B_ACCESS_TOKEN` and `E2B_API_KEY`.