Skip to content

PromptScript API


Interface: RegistryAliasEntry

Defined in: core/src/types/registries.ts:4

Extended registry alias entry for monorepos or custom roots.

Properties

fallbackUrl?

optional fallbackUrl?: string

Defined in: core/src/types/registries.ts:18

Fallback Git URL to try when the primary url fails with an auth error. Useful when registries reference HTTPS URLs but the user authenticates via SSH (or vice versa).

Example

registries:
  '@acme':
    url: 'https://github.com/acme/standards.git'
    fallbackUrl: 'git@github.com:acme/standards.git'

root?

optional root?: string

Defined in: core/src/types/registries.ts:20

Base path within the repository


url

url: string

Defined in: core/src/types/registries.ts:6

Git repository URL (HTTPS or SSH)