Skip to content

PromptScript API


Interface: PullOptions

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

Options for the pull command.

Properties

branch?

optional branch: string

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

Git branch to pull from


commit?

optional commit: string

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

Git commit hash to pull from


dryRun?

optional dryRun: boolean

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

Preview changes without pulling


force?

optional force: boolean

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

Force overwrite local files


refresh?

optional refresh: boolean

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

Force refresh/re-fetch from remote registry


tag?

optional tag: string

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

Git tag to pull from