cli
                                
                                
                                
                                    cli copied to clipboard
                            
                            
                            
                        [CLI-2340] Remove .netrc support
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.
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.
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.