Interface: UpdateMethod<R>
@pvm/update.UpdateMethod
Type parameters
Name |
---|
R |
Methods
prepare
â–¸ Optional
prepare(config
, vcs
): Promise
<unknown
>
Parameters
Name | Type |
---|---|
config | Config |
vcs | VcsPlatform |
Returns
Promise
<unknown
>
Defined in
packages/pvm-update/types/index.ts:12
run
â–¸ run(updateState
, vcs
, args
): Promise
<R
>
Parameters
Name | Type |
---|---|
updateState | UpdateState |
vcs | VcsPlatform |
args | CliUpdateOpts |
Returns
Promise
<R
>