Skip to content

SDK API Reference / PullFile

Interface: PullFile

File to be written during pull operation.

Properties

absolutePath

absolutePath: string

Absolute path on filesystem


content

content: string

File content (YAML string)


diff?

optional diff: string

Formatted diff (if hasChanges)


hasChanges

hasChanges: boolean

Whether this file has changes from existing


isNew

isNew: boolean

Whether this is a new file


relativePath

relativePath: string

Path relative to target directory