E2B icon indicating copy to clipboard operation
E2B copied to clipboard

Add interactive mode to CLI commands

Open ValentaTomas opened this issue 9 months ago • 0 comments

Some CLI commands would be much easier to use if we could invoke them with a flag for interactive mode and then set up the action we want to do via selecting options.

For example, killing sandboxes or listing sandbox logs right now requires using the command for listing sandboxes before and then manually pasting the sandbox ID we want to kill or inspect logs for.

This could also combine with variadic arguments — killing multiple sandboxes via selecting multiple in the e2b sandbox kill interactive mode.

ValentaTomas avatar May 01 '24 20:05 ValentaTomas