-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat(publish): read token from stdin #16001
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
930d273
e325650
1a213cb
f63461e
6693795
356e3c5
585ce02
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -30,6 +30,7 @@ following steps: | |||||
|
|
||||||
| This command requires you to be authenticated with either the `--token` option | ||||||
| or using {{man "cargo-login" 1}}. | ||||||
| Instead of `--token` option, _token_ value might also be provided via stdin. | ||||||
|
||||||
| Instead of `--token` option, _token_ value might also be provided via stdin. | |
| Instead of using the `--token` option, the _token_ value may be piped in via stdin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rephrased it a bit more to mention new flag too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would really like to know why most windows-based and one mac-based "Test" checks were terminated in Github before I added this
not a terminalcondition here like in similar implementation in login command. Process hanged waiting input with no input provided? 🤔