-
Notifications
You must be signed in to change notification settings - Fork 2k
Housekeeping on "link" before Remote-Caching-Enabled work #1080
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a comment because I don't Go.
err := survey.AskOne( | ||
&survey.Select{ | ||
Message: "Which Vercel scope (and Remote Cache) do you want associate with this Turborepo? ", | ||
Options: teams, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
survey
supports pagination, ApiClient
supports pagination, we should remember to go back and add the ability to request more.
In this PR:
turbo link
to cobraclient.ApiClient
(I think we can un-exportToken
now)Once we have a filesystem abstraction, link should be testable. As it is, it writes to the user's home directory and the repo's directory (technically
cwd
for the process).