Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 639 Bytes

File metadata and controls

36 lines (26 loc) · 639 Bytes
title E2B CLI
sidebarTitle Installation

E2B CLI is a command line tool that allows you to list, kill running sandboxes, and manage sandbox templates.

Installation

Using Homebrew (on macOS)

```bash Terminal brew install e2b ```

Using NPM

You can install E2B CLI using the following command:

```bash Terminal npm i -g @e2b/cli ```

Beta CLI

The latest beta version of the CLI can be installed from NPM using the following command:

```bash Terminal npm i -g @e2b/cli@beta ```