Azure / draft-classic

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

Draft create should check for draft init #925

Closed razfriman closed 4 years ago

razfriman commented 5 years ago

I tried to create a draft for my project. after doing a fresh brew install of draft. My first error was

Error: no languages were detected

So I forced the language to csharp. Then I see:

Error: No packs found with name csharp

Had to go into the docs to see that you need to first rundraft init to get the default plugins.

It would be nice for draft to do a check for this, or update the message to tell you that you forgot to init it

bacongobbler commented 4 years ago

duplicate of #900.