Skip to content

createRemoteManifest

function createRemoteManifest(
fs: RemoteFileSystem,
rootPath: string,
options?: CreateRemoteManifestOptions): Promise<RemoteManifest>;

Defined in: src/sync/manifest.ts:100

Walks a remote subtree and produces a serializable manifest snapshot.

ParameterTypeDescription
fsRemoteFileSystemRemote file system to capture.
rootPathstringRoot path the manifest is anchored to.
optionsCreateRemoteManifestOptionsOptional capture controls.

Promise<RemoteManifest>

Manifest snapshot suitable for serialization or comparison.