Examples
Create ubuntu 22.04 sandbox with name and wait for startbdy sb create -n "name" --os ubuntu:22.04 --wait-for-running$
Create sandbox with identifier, run install commands and wait for start & commands to completebdy sb create -i "test" --install-command "apt-get update && apt-get install curl -y" --wait-for-configure$
Create sandbox with custom resources and tag itbdy sb create --resources 4x8 --tag "tag1" --tag "tag2$
Create sandbox from yaml filebdy sb create --yaml @./test.yml"$