Interface: PushOptions
@pvm/types.PushOptions
Properties
noTags
• Optional noTags: boolean
Defined in
packages/pvm-types/lib/vcs.ts:39
pushOptions
• Optional pushOptions: Map<string, string | true>
Defined in
packages/pvm-types/lib/vcs.ts:40
refspec
• Optional refspec: string
Defined in
packages/pvm-types/lib/vcs.ts:37
remote
• Optional remote: string
Defined in
packages/pvm-types/lib/vcs.ts:36
skipCi
• Optional skipCi: boolean