Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@e2b/cli

Package Overview
Dependencies
Maintainers
4
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@e2b/cli

CLI for managing e2b environments

  • 0.0.11
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.2K
increased by15.72%
Maintainers
4
Weekly downloads
 
Created
Source

e2b CLI (WIP)

Command line interface for e2b.

Installation

npm install -g @e2b/cli

Then you can use the CLI with

e2b --help

You will need to authenticate to use the e2b CLI.

e2b login
Authenticate without the ability to open browser

To authenticate without the ability to open browser, you can provide E2B_ACCESS_TOKEN as an environment variable. Obtain your E2B_ACCESS_TOKEN from at e2b.dev/docs.

E2B_ACCESS_TOKEN=sk_e2b_... e2b login

Commands

🔜 All commands can be called with a --path <path-to-dir> flag that changes the directory where the command will be called, without the need to call cd.

-V, --version    Display e2b CLI version
-h, --help       display help for command
help [command]   display help for command

login            Login to e2b
logout           Logout of e2b

env|environment  Manage e2b environments
  create|cr [options]      Create new environment and e2b.json config
  list|ls                  List environments
  shell|cn [options] [id]  Connect terminal to environment

FAQs

Package last updated on 06 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc