bdy environment create
$bdy environment create|add [options] [name]
Create an environment
Examples
Create workspace environmentbdy env create staging$
Create project environmentbdy env create staging -p project$
Create environment with identifier and tagsbdy env create "Staging" -i staging --tags staging,test$
Create environment with a public urlbdy env create staging --public-url https://staging.example.com$