Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 396 forks source link

draft delete --environment=x doesn't work #646

Closed robertstarmer closed 6 years ago

robertstarmer commented 6 years ago

I can delete the environment deployments with helm, but it'd be nice to be able to use the same tool for create/delete.

radu-matei commented 6 years ago

Hi, @robertstarmer! As a temporary workaround, you can execute draft delete <app>.

In any case, I started working on draft delete --environment - is this the UX you're looking for?

radu-matei commented 6 years ago

@robertstarmer - let us know if this solves your use case.

Thanks!

robertstarmer commented 6 years ago

Yep, that's what I was looking for! Sorry about the delayed response