Files
e2b-dev--e2b/packages/cli/README.md
T
Vasek Mlejnsky 7cc9be1286 Update README.md
2024-10-16 04:22:58 -07:00

788 B

e2b logo

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

npm install -g @e2b/cli

2. Authenticate

e2b auth login

Note

To authenticate without the ability to open the browser, provide E2B_ACCESS_TOKEN as an environment variable. Get your E2B_ACCESS_TOKEN from e2b.dev/docs. Then use the CLI like this: E2B_ACCESS_TOKEN=sk_e2b_... e2b build.

3. Check out docs

Visit our CLI documentation to learn more.