@e2b/cli@2.17.0
·
30 commits
to main
since this release
Minor Changes
- b53deac: Add
e2b sandbox snapshotcommands:create <sandboxID>(with optional--name) to create a snapshot from a sandbox,list [sandboxID](with optional--namefilter and--format json) to list snapshots, anddelete <snapshotIDs...>to delete snapshots. - 8787dfe: Add sorting and new filters to
Sandbox.list. Theorderoption ('asc'/'desc', default'desc') sorts sandboxes by start time across the whole paginated dataset, and the query now supportsstartedAfter/started_after(inclusive lower bound on start time) andtemplate(exact template ID or alias) filters, all applied server-side before pagination. The CLIe2b sandbox listcommand exposes these via--order,--started-after, and--template.
Patch Changes
- Updated dependencies [8787dfe]
- e2b@2.45.0