这是indexloc提供的服务,不要输入任何密码
Skip to content

Update explanation of remote caching in Turbo CLI output #127

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

Merged
merged 1 commit into from
Dec 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cli/internal/login/link.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ func (c *LinkCommand) Run(args []string) int {
c.Ui.Info(fmt.Sprintf(">>> Remote Caching (beta)"))
c.Ui.Info("")
c.Ui.Info(" Remote Caching shares your cached Turborepo task outputs and logs across")
c.Ui.Info(" with all of your team's Vercel projects and with any other")
c.Ui.Info(" team members and/or services that also enable Remote Caching. This results")
c.Ui.Info(" in a faster build time and faster deployment time for your team.")
c.Ui.Info(" all your teams Vercel projects. It also can share outputs")
c.Ui.Info(" with other services that enable Remote Caching, like CI/CD systems.")
c.Ui.Info(" This results in faster build times and deployments for your team.")
c.Ui.Info(util.Sprintf(" For more info, see ${UNDERLINE}https://turborepo.org/docs/features/remote-caching${RESET}"))
c.Ui.Info("")
currentDir, fpErr := filepath.Abs(".")
Expand Down