bdy sandbox endpoint add
$bdy sandbox endpoint add|create [options] <identifier>
Add an endpoint
Examples
Create http endpoint on port 80bdy sb ep create sandbox-identifier -e 80$
Create http server and serve files from sandbox directorybdy sb ep create sandbox-identifier -s /path/to/dir$
Create tcp endpoint on port 22 with namebdy sb ep create sandbox-identifier -t TCP -e 22 -n test$