Skip to main content

Interface: UpdateMethod<R>

@pvm/update.UpdateMethod

Type parameters

Name
R

Methods

prepare

â–¸ Optional prepare(config, vcs): Promise<unknown>

Parameters

NameType
configConfig
vcsVcsPlatform

Returns

Promise<unknown>

Defined in

packages/pvm-update/types/index.ts:12


run

â–¸ run(updateState, vcs, args): Promise<R>

Parameters

NameType
updateStateUpdateState
vcsVcsPlatform
argsCliUpdateOpts

Returns

Promise<R>

Defined in

packages/pvm-update/types/index.ts:11