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.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
fs | RemoteFileSystem | Remote file system to capture. |
rootPath | string | Root path the manifest is anchored to. |
options | CreateRemoteManifestOptions | Optional capture controls. |
Returns
Section titled “Returns”Promise<RemoteManifest>
Manifest snapshot suitable for serialization or comparison.