cli
cli copied to clipboard
[CLI-2435] `confluent login` prompt by default
Release Notes
Breaking Changes
- The
confluent logincommand will no longer automatically log in using saved credentials in the keychain or configuration file
New Features
- PLACEHOLDER
Bug Fixes
- PLACEHOLDER
Checklist
- [x] Leave this box unchecked if features are not yet available in production
What
Unless environment variables are specified, the confluent login command will always prompt for username (and password, when applicable).
I didn't remove the --prompt flag, so that users who have environment variables set can still bypass them.