#development #elixir #phoenix #tools

To check the installed version:

1$ mix phx.new -v
2Phoenix installer v1.7.11

To update, you can do this:

 1$ mix archive.install hex phx_new
 2Resolving Hex dependencies...
 3Resolution completed in 0.041s
 4New:
 5  phx_new 1.7.14
 6* Getting phx_new (Hex package)
 7All dependencies are up to date
 8Compiling 11 files (.ex)
 9Generated phx_new app
10Generated archive "phx_new-1.7.14.ez" with MIX_ENV=prod
11Found existing entry: /Users/me/.mix/archives/phx_new-1.7.11
12Are you sure you want to replace it with "phx_new-1.7.14.ez"? [Yn] y
13* creating /Users/me/.mix/archives/phx_new-1.7.14