Offer autocomplete and sort alphabetically for Netlify Link command #496
Labels
area: command: link
good first issue
type: feature
code contributing to the implementation of a feature and/or user facing functionality
- Do you want to request a feature or report a bug?
feature
- What is the current behavior?
currently when you
netlify link
and pick from your list of sites, you have to scroll through ALLLLLLL your sites to find the site you want, and it is sorted by creation order not alphabetically- What is the expected behavior?
show most recent 5, but also sort sites alphabetically, and also offer autocomplete
the relevant code to edit is here https://github.com/netlify/cli/blob/58ec7f07adb03821724da45c15dec42b9b23d1eb/src/utils/link/link-by-prompt.js#L93-98
The text was updated successfully, but these errors were encountered: