feat (cli): adds info command to get sandbox info#1214
feat (cli): adds info command to get sandbox info#1214matthewlouisbrockman wants to merge 8 commits intomainfrom
info command to get sandbox info#1214Conversation
🦋 Changeset detectedLatest commit: 7dbe8b7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Package ArtifactsBuilt from 3da303b. Download artifacts from this workflow run. JS SDK ( npm install ./e2b-2.14.2-cli-supports-info.0.tgzCLI ( npm install ./e2b-cli-2.8.2-cli-supports-info.0.tgzPython SDK ( pip install ./e2b-2.15.3+cli.supports.info-py3-none-any.whl |
info command to get sandbox info
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 118bace03b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

CLI now supports the
infocommand that mirrors the python/js getInfo()usage:
Note
Low Risk
Low risk: adds a new CLI subcommand and an integration test, with no changes to existing command behavior or auth flows beyond reusing
ensureAPIKey.Overview
Adds a new
e2b sandbox info <sandboxID>subcommand (aliasin) that callsSandbox.getFullInfo, supports--format pretty|json, and stripsenvdAccessTokenfrom output.Registers the command under
sandboxand adds a backend integration test asserting the JSON output includes the correctsandboxIdandstate.Written by Cursor Bugbot for commit 7dbe8b7. This will update automatically on new commits. Configure here.