Skip to main content

GitCloneRequestNotify

@codebolt/codeboltjs


Function: GitCloneRequestNotify()

function GitCloneRequestNotify(
repoUrl: string,
targetPath?: string,
toolUseId?: string): void;

Defined in: packages/codeboltjs/src/notificationfunctions/git.ts:676

Sends a git clone request notification

Parameters

ParameterTypeDescription
repoUrlstringURL of the repository to clone
targetPath?stringOptional target path for the cloned repository
toolUseId?stringOptional custom toolUseId, will be generated if not provided

Returns

void