| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @e2b_cli@2.15.0 source code.tar.gz | < 24 hours ago | 1.7 MB | |
| @e2b_cli@2.15.0 source code.zip | < 24 hours ago | 2.1 MB | |
| README.md | < 24 hours ago | 869 Bytes | |
| Totals: 3 Items | 3.8 MB | 0 | |
Minor Changes
- 2defe39: Rename the
teamfields in~/.e2b/config.jsontoproject: the config format version is bumped to 2 andteamName,teamId, andteamApiKeybecomeprojectName,projectId, andprojectApiKey. Existing v1 configs keep working — they are converted to the new format in memory on read, and the file on disk is only rewritten in the new format when the config is persisted anyway (login,e2b auth configure, token refresh), so older CLI versions can still read it in the meantime. Unrecognized configs are no longer deleted; the CLI treats them as signed out ande2b auth loginoverwrites them. Tools that read the config file directly must handle the new field names. CLI output and flags are unchanged and still say "team".
Patch Changes
- Updated dependencies [a406f78]
- Updated dependencies [d417e9c]
- e2b@2.35.3