a2cd86cfd4
Example: ``` e2b sbx create base -d ``` Output: ``` Use the following link to inspect this Sandbox live inside the E2B Dashboard️: ↪ https://e2b.dev/dashboard/inspect/sandbox/i4dct03zur3guplje3eia Sandbox created with ID i4dct03zur3guplje3eia using template base ``` <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Small CLI behavior change isolated to sandbox creation/connection flow; primary risk is unintended behavior differences in terminal-attach path due to the refactor. > > **Overview** > Adds `-d, --detach` to `e2b sandbox create` so users can create a sandbox and get its dashboard/ID output without connecting a terminal. > > Refactors sandbox creation to happen in the command handler and passes the created `sandbox` into `connectSandbox`, which now only manages the keep-alive loop and terminal attachment when not detached. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit cb8be14bb71073b8299010cd45509ca2a58ca32e. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
Changesets
To add changeset run:
npx changeset
in the root of the project. This will create a new changeset in the .changeset folder.