Skip to content

PromptScript API


Interface: PullOptions

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

Options for the pull command.

Properties

branch?

optional branch?: string

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

Git branch to pull from


commit?

optional commit?: string

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

Git commit hash to pull from


dryRun?

optional dryRun?: boolean

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

Preview changes without pulling


force?

optional force?: boolean

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

Force overwrite local files


refresh?

optional refresh?: boolean

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

Force refresh/re-fetch from remote registry


tag?

optional tag?: string

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

Git tag to pull from