You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Do you want to request a feature or report a bug?
Bug - What is the current behavior? netlify link doesn't recognize a site in non-default team. - If the current behavior is a bug, please provide the steps to reproduce.
Have a site in a friend's team where you're added as a collaborator
netlify link
It will not recognize the Netlify site and error out
- What is the expected behavior? netlify link should recognize sites in all teams I'm a member of. - Local Environment Information
Paste the results of netlify status --info here
› Error: Unexpected argument: --info
› See more help with --help
The text was updated successfully, but these errors were encountered:
This happens because the listSites() calls in link-by-prompt.js don't have the filter: 'all' parameter set. I'm working on a quick PR that includes this fix, plus a partial fix for #496.
- Do you want to request a feature or report a bug?
Bug
- What is the current behavior?
netlify link
doesn't recognize a site in non-default team.- If the current behavior is a bug, please provide the steps to reproduce.
netlify link
- What is the expected behavior?
netlify link
should recognize sites in all teams I'm a member of.- Local Environment Information
Paste the results of
netlify status --info
hereThe text was updated successfully, but these errors were encountered: