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.
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.