Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / server / createCommit

Function: createCommit()

createCommit(repoName, branch, message, userId, workspaceId, additionalMetadata?): Promise<Commit | null>

Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:317

Create a commit in lakeFS

Parameters

repoName

string

branch

string

message

string

userId

string

workspaceId

string

additionalMetadata?

Record<string, string>

Returns

Promise<Commit | null>

Full Commit object with all metadata, or null if there were no changes to commit

Licensed under BUSL-1.1