bdy sandbox endpoint
$bdy sandbox endpoint|ep [options] [command]
Manage sandbox endpoints
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$
Delete sandbox endpointbdy sb ep rm sandbox-identifier test$
Delete sandbox endpoint in another project and automatically confirm deletionbdy sb ep rm sandbox-identifier test -p project -f$
Get sandbox endpointbdy sb ep get sandbox-identifier test$
Get sandbox endpoint in another projectbdy sb ep get sandbox-identifier test -p project$
List sandbox endpointsbdy sb ep ls sandbox-identifier$
List sandbox endpoints in another projectbdy sb ep ls sandbox-identifier -p project$