influxdata / influx-cli

CLI for managing resources in InfluxDB v2
MIT License
61 stars 23 forks source link

feat: add username and password login #418

Closed jeffreyssmith2nd closed 1 year ago

jeffreyssmith2nd commented 2 years ago

This PR adds the ability for a user to login to InfluxDB using a username and password rather than a token. A user can specify both the username and password to be saved and used for all requests. Or, a user can specify just the username and they will be prompted for the password each time. Note: this feature is OSS only