Respect XDG Base Directory Specification #526
Labels
area: dx
good first issue
type: feature
code contributing to the implementation of a feature and/or user facing functionality
Netlify CLI should use
$XDG_CONFIG_HOME/netlify
(or~/.config/netlify
if$XDG_CONFIG_HOME
is not set) instead of~/.netlify
to store config files.This keeps users' home directories clean of dotfiles. It is being widely adopted by Linux/BSD applications.
See https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html for more info.
The text was updated successfully, but these errors were encountered: