Skip to content

PromptScript API


Interface: PullOptions

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

Options for the pull command.

Properties

branch?

optional branch?: string

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

Git branch to pull from


commit?

optional commit?: string

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

Git commit hash to pull from


dryRun?

optional dryRun?: boolean

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

Preview changes without pulling


force?

optional force?: boolean

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

Force overwrite local files


refresh?

optional refresh?: boolean

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

Force refresh/re-fetch from remote registry


tag?

optional tag?: string

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

Git tag to pull from