Skip to content

craft-hub / GitIntegrationStep

Interface: GitIntegrationStep

Defined in: packages/craft-hub/src/git-integration.ts:40

One structured Git command that will be executed by an integration Plan.

Properties

args

args: string[]

Defined in: packages/craft-hub/src/git-integration.ts:43


command

command: "git"

Defined in: packages/craft-hub/src/git-integration.ts:42


kind

kind: "delete-source" | "merge-source" | "switch-target"

Defined in: packages/craft-hub/src/git-integration.ts:41

Released under the MIT License.