rebar3_hex_outdated (rebar3_hex v7.2.0)

View Source

rebar3 hex outdated - Check for outdated dependencies

Displays a table of Hex package dependencies declared in rebar.config showing the currently configured version alongside the latest version available on the repository, and whether an update is possible given the current version requirement.

  $ rebar3 hex outdated
  Dependency       Only   Current   Latest   Status
 
  hex_core                0.17.0    0.18.0   Update not possible
  verl                    1.1.1     1.1.1    Up-to-date
  erlware_commons  test   1.7.0     1.8.1    Update not possible
  elli             test   3.3.0     3.3.0    Up-to-date
  jsone            test   1.8.1     1.9.0    Update not possible
  meck             test   0.9.2     1.2.0    Update not possible

Command line options

  • --repo - Specify the repository to work with. This option is required when you have multiple repositories configured, including organizations. The argument must be a fully qualified repository name (e.g, hexpm, hexpm:my_org, my_own_hexpm). Defaults to hexpm.