Interface: PushOptions
@pvm/vcs.PushOptions
Properties
noTags
• Optional
noTags: boolean
Defined in
packages/pvm-vcs/types/index.ts:35
pushOptions
• Optional
pushOptions: Map
<string
, string
| true
>
Defined in
packages/pvm-vcs/types/index.ts:36
refspec
• Optional
refspec: string
Defined in
packages/pvm-vcs/types/index.ts:33
remote
• Optional
remote: string
Defined in
packages/pvm-vcs/types/index.ts:32
skipCi
• Optional
skipCi: boolean