You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But running rebar3 hex owner add foo bar maintainer add the user as an owner instead. Using rebar3 hex owner add foo bar --level maintainer works, as documented further down in the man page.
What is a maintainer btw? It's not documented anywhere on Hex or in Mix/Rebar...
The text was updated successfully, but these errors were encountered:
This should be documented in hex.pm and perhaps in rebar3_hex as well.
One distinction is a "full" owner can transfer a package, where as a maintainer can only publish, retire, etc. iirc. Would ask @ericmj to correct me if I'm wrong.
The levels have a more use in organizations also iirc.
The documentation states:
But running
rebar3 hex owner add foo bar maintainer
add the user as an owner instead. Usingrebar3 hex owner add foo bar --level maintainer
works, as documented further down in the man page.What is a maintainer btw? It's not documented anywhere on Hex or in Mix/Rebar...
The text was updated successfully, but these errors were encountered: