Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #10458 - Eh2406:console-history, r=ehuss
Don't recommend leaking tokens into the console history Passing a secret on the command line leeks it into the history witch is available to other applications on the same system. Removing the functionality is a braking change, a big ask. But it is not hard to change the docs to not recommend using `cargo login` that way. cc: - https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/If.20RFC.203231.20Private.20tokens.20on.20the.20command.20line - rust-lang/rfcs#3231 (comment)
- Loading branch information