Skip to content

PromptScript API


Interface: PullOptions

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

Options for the pull command.

Properties

branch?

optional branch: string

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

Git branch to pull from


commit?

optional commit: string

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

Git commit hash to pull from


dryRun?

optional dryRun: boolean

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

Preview changes without pulling


force?

optional force: boolean

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

Force overwrite local files


refresh?

optional refresh: boolean

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

Force refresh/re-fetch from remote registry


tag?

optional tag: string

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

Git tag to pull from