nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

Sanitizing env name in `envs new` command #185

Closed BSick7 closed 7 months ago

BSick7 commented 7 months ago

I updated envs new command to sanitize input from --name. This follows the same algorithm we use to create preview envs automatically. While the user is recommended to use <branch>-<pr_id>, the algorithm does not enforce it.