rebar3_hex icon indicating copy to clipboard operation
rebar3_hex copied to clipboard

Rebar3 Hex library

Results 22 rebar3_hex issues
Sort by recently updated
recently updated
newest added

We should add a package provider ala [mix hex.package](https://hexdocs.pm/hex/Mix.Tasks.Hex.Package.html) Said provider would be capable of fetching arbitrary package tarballs and provides diff support.

enhancement
help wanted

We should add an outdated provider ala [mix hex.outdated](https://hexdocs.pm/hex/Mix.Tasks.Hex.Outdated.htm) This provider merely consults with the hexpm api to get a list of outdated packages for top level deps (default) in...

enhancement
help wanted

In V7 the existing repo provider became `organization` which made room for a new repo provider. We should add a `repo` provider ala `mix hex.repo`. See https://hexdocs.pm/hex/Mix.Tasks.Hex.Repo.html for an example....

enhancement
help wanted

We should add a docs provider ala `mix hex.docs`. Said provider should be capable of fetching docs for the users application, but also any dependencies the application declares. In addition,...

enhancement
help wanted

Across providers, we generally don't provide additional help output beyond what rebar3 gleans from the specification returned by `init/1` on the provider. We could provide more helpful information similar to...

enhancement
help wanted

If I'm asking the wrong question in this issue, I'd appreciate it if you could point me to the right place. I'm trying to use private_org in hexpm using rebar3...

In order to fix a bug we needed to tell dialyzer to ignore a few functions per #242 and #229 . Once a new hex_core version is cut with updated...

enhancement

The code mandates presence of "description" property. > quantile_estimator.app.src : missing or empty description property hex.pm docs says this (https://hex.pm/docs/rebar3_publish): > Then fill in the description property. It should be...

When running `rebar3 hex user auth` and pasting a password that is longer than the terminal width the password shows up in clear text in the terminal: ``` > rebar3...

I tried following http://rebar3.org/docs/package_management/hex_package_management/#config but it doesn't work: ``` $ rebar3 hex api_url ===> Command api_url not found in namespace hex $ rebar3 hex api_url http://localhost:4000 ===> Command api_url not...