99b9ed768d
Adds a deprecated `spawn` command to the CLI, ensuring backward compatibility and guiding users toward the preferred `create` command. ``` $ e2b sandbox Usage: index sandbox|sbx [options] [command] work with sandboxes Options: -h, --help display help for command Commands: connect|cn <sandboxID> connect terminal to already running sandbox list|ls [options] list all sandboxes, by default it list only running ones kill|kl [options] [sandboxID] kill sandbox create|cr [options] [template] create sandbox and connect terminal to it logs|lg [options] <sandboxID> show logs for sandbox metrics|mt [options] <sandboxID> show metrics for sandbox help [command] display help for command ``` ``` $ sbx sp base Warning: The 'spawn' command is deprecated and will be removed in future releases. Please use 'e2b sandbox create' instead. Terminal connecting to template base with sandbox ID in897x2dqs7aws8h1x0in ```