beachball icon indicating copy to clipboard operation
beachball copied to clipboard

Support multi-factor auth for publishing

Open zachbryant opened this issue 3 years ago • 1 comments

Hello 👋 Npm currently supports MFA for publishing, but beachball errors out. It would be awesome if beachball publish would prompt me for my OTP. Currently I can either downgrade publish security or use npm publish on it's own, but I can't publish with MFA through beachball.

zachbryant avatar May 25 '21 09:05 zachbryant

One other thing you can do is use npm's environment variables:

NPM_CONFIG_OTP=<your otp> npx beachball publish

danhaller avatar Sep 26 '22 13:09 danhaller