application info
Display dependency and package management information.
$ wrap application info
example-app
-------------------
Type: Application
Path: /Projects/example-app
Dependencies:
elm/core 1.0.5
elm/json 1.1.4
Total: 2
No upgrades available. All packages at their latest version
ELM_HOME: ~/.elm/0.19.1
Registry Cache:
Location: ~/.elm/0.19.1/packages/registry.dat
Packages: 2959
Versions: 16505
Since count: 16500
Registry URL: https://package.elm-lang.org
Status: Connected
When run in a folder with an elm.json, it will show information about an application's dependencies and
potential upgrades:
One can also pass -d to only show the dependency report.
Helper options
-d, --deps-only shows only dependencies without registry information or available upgrades.
See also
wrap application info is synonymous with wrap info