bdy sandbox snapshot
$bdy sandbox snapshot|snap [options] [command]
Manage sandbox snapshots
Examples
create snapshot of sandbox with namebdy sb snap create sandbox-identifier -n "my-snapshot"$
create snapshot of sandbox and wait for it to completebdy sb snap create sandbox-identifier --wait$
delete snapshot of sandboxbdy sb snap rm sandbox-identifier my-snapshot$
delete snapshot of sandbox and automatically confirm deletionbdy sb snap rm sandbox-identifier my-snapshot -f$
get snapshot infobdy sb snap get sandbox-identifier my-snapshot$
get snapshot info from sandbox in another projectbdy sb snap get sandbox-identifier my-snapshot -p project$
list snapshots of sandboxbdy sb snap ls sandbox-identifier$
list snapshots in default projectbdy sb snap ls$