Skip to content

PromptScript API


Interface: PullOptions

Defined in: cli/src/types.ts:93

Options for the pull command.

Properties

branch?

optional branch?: string

Defined in: cli/src/types.ts:99

Git branch to pull from


commit?

optional commit?: string

Defined in: cli/src/types.ts:103

Git commit hash to pull from


dryRun?

optional dryRun?: boolean

Defined in: cli/src/types.ts:97

Preview changes without pulling


force?

optional force?: boolean

Defined in: cli/src/types.ts:95

Force overwrite local files


refresh?

optional refresh?: boolean

Defined in: cli/src/types.ts:105

Force refresh/re-fetch from remote registry


tag?

optional tag?: string

Defined in: cli/src/types.ts:101

Git tag to pull from