cli icon indicating copy to clipboard operation
cli copied to clipboard

[CLI-2340] Remove .netrc support

Open sgagniere opened this issue 1 year ago • 1 comments

Release Notes

Breaking Changes

  • Saved credentials will no longer be read from the ".netrc" file on Unix systems

New Features

  • PLACEHOLDER

Bug Fixes

  • PLACEHOLDER

Checklist

  • [x] Leave this box unchecked if features are not yet available in production

What

.netrc support for saved credentials was deprecated a while ago. This PR removes it.

References

Test & Review

Manually tested config migration: ran a command w/ this version and checked that netrc_machine_name was replaced by machine_name in the config file.

sgagniere avatar May 07 '24 01:05 sgagniere

Saved credentials will no longer be read from the ".netrc" file on Unix systems

Let's explain that they'll be read from the configuration file or macOS keychain so users don't get worried the --save functionality isn't going away.

brianstrauch avatar May 07 '24 17:05 brianstrauch

Saved credentials will no longer be read from the .netrc file on Unix systems

I think we had Windows support for this too... maybe we can drop the part about "Unix systems" just in case.

brianstrauch avatar May 23 '24 19:05 brianstrauch