118890a9b2
<!-- CURSOR_SUMMARY --> > [!NOTE] > Upgrade `e2b` to 2.8.4 in CLI, update `eslint-config-next` to 14.2.35 in web app, add pnpm override for `@next/eslint-plugin-next>glob`, and refresh lockfile. > > - **Dependencies**: > - **CLI**: Bump `e2b` from `^2.7.0` to `^2.8.4` in `packages/cli/package.json`. > - **Web**: Update `eslint-config-next` from `14.2.21` to `14.2.35` in `apps/web/package.json`. > - **Tooling/Config**: > - Add pnpm override to force `@next/eslint-plugin-next>glob@*` to `10.5.0` in root `package.json`. > - **Lockfile**: > - Regenerate `pnpm-lock.yaml` reflecting the above upgrades and transitive dependency adjustments (e.g., `@next/eslint-plugin-next@14.2.35`, `glob@10.5.0`). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b143ae8745bb90ff83a0332364ee5052f76db3fb. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
E2B CLI
This CLI tool allows you to build manager your running E2B sandbox and sandbox templates. Learn more in our documentation.
1. Install the CLI
Using Homebrew (on macOS)
brew install e2b
Using NPM
npm install -g @e2b/cli
2. Authenticate
e2b auth login
Note
To authenticate without the ability to open the browser, provide
E2B_ACCESS_TOKENas an environment variable. You can find your token in Account Settings under the Team selector at e2b.dev/dashboard. Then use the CLI like this:E2B_ACCESS_TOKEN=sk_e2b_... e2b template build.
Important
Note the distinction between
E2B_ACCESS_TOKENandE2B_API_KEY.
3. Check out docs
Visit our CLI documentation to learn more.
