Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ getUpdateCommand
Function
getUpdateCommand
packages/cli/src/util/get-update-command.ts:220–222 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
}
219
220
export
default
async
function
getUpdateCommand(): Promise<string> {
221
return
(
await
getUpdateCommandInfo()).command;
222
}
Callers
4
get-update-command.test.ts
File · 0.85
index.ts
File · 0.85
upgrade
Function · 0.85
executeBuild
Function · 0.85
Calls
1
getUpdateCommandInfo
Function · 0.85
Tested by
no test coverage detected