Open
Description
Problem
#15273 highlighted that cargo publish --token
exists. In #15057, we deprecated cargo login <token>
to avoid tokens being in shell history (see also #13623).
This is also incomplete: cargo publish
supports one-off token authentication but not other methods.
Proposed Solution
Deprecate it
Alternatively, add warnings as we may want to keep this for plumbing purposes.
Notes
No response