gigalixir / gigalixir-cli

MIT License
52 stars 45 forks source link

"mix release.init" gives 'The task "release.init" could not be found" #40

Closed CharlesIrvineKC closed 5 years ago

CharlesIrvineKC commented 5 years ago

I have just started investigating gigalixir and am following along with the screencast at https://gigalixir.readthedocs.io/en/latest/main.html#screencast. I added distillery to my mix.exe file and ran mix deps.get. Then when I execute "mix release.init" I get:

evrsity-server $ mix release.init
** (Mix) The task "release.init" could not be found

Any help is appreciated.

jesseshieh commented 5 years ago

Sorry about that. Distillery 2.1 changed that task to mix distillery.init. The video is out of date now.