Closed
Description
Docs prescribe a user to do login
first, so during publish
, owner
or yank
cargo should already have credentials. Do we actually need --token
parameter?
Probably it'd be better to implement local .cargo/credentials
instead as discussed in #3978 (at the end of thread)? Local credentials will override the global.
For user it might look like:
$ cargo login token # save to .cargo/credentials
$ cargo login --global token # save to $HOME/.cargo/credentials
Metadata
Metadata
Assignees
Labels
No labels