Interface: RegistryAliasEntry¶
Defined in: core/src/types/registries.ts:4
Extended registry alias entry for monorepos or custom roots.
Properties¶
fallbackUrl?¶
optionalfallbackUrl?: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?¶
optionalroot?: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)