cli/update
Functions
executeUpdate()
ts
function executeUpdate(
ctx,
pluginName,
options): Promise<void>;Defined in: venpm/src/cli/update.ts:14
Parameters
| Parameter | Type |
|---|---|
ctx | IOContext |
pluginName | string | undefined |
options | GlobalOptions |
Returns
Promise<void>
registerUpdateCommand()
ts
function registerUpdateCommand(program): void;Defined in: venpm/src/cli/update.ts:166
Parameters
| Parameter | Type |
|---|---|
program | Command |
Returns
void