这是indexloc提供的服务,不要输入任何密码
Skip to content
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