MCPcopy 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
220export default async function getUpdateCommand(): Promise<string> {
221 return (await getUpdateCommandInfo()).command;
222}

Callers 4

index.tsFile · 0.85
upgradeFunction · 0.85
executeBuildFunction · 0.85

Calls 1

getUpdateCommandInfoFunction · 0.85

Tested by

no test coverage detected