最佳答案
当我在持续集成(CI)过程中登录到我的注册中心时,我有以下警告:
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
我应该用 --password-stdin代替 --password吗?