confluentinc / cli

CLI for Confluent Cloud and Confluent Platform
https://docs.confluent.io/confluent-cli/current/overview.html
Other
56 stars 10 forks source link

[CLI-2435] `confluent login` prompt by default #2845

Closed sgagniere closed 1 month ago

sgagniere commented 4 months ago

Release Notes

Breaking Changes

New Features

Bug Fixes

Checklist

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.

References

Test & Review