latest--GitLoader
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--GitLoader.json |
| Parent schema | eidolon-resource |
Type:
object
Loads files from a git repository. Uses raw git protocols, so this is not a GitHub specific implementation.
Properties
implementation
const: "GitLoader"
required
url
string
required
URL for source repository. Will be templated with envars.
branch
string
Branch, ref, or commit to load files from.
pattern
string | string[]
Blob pattern(s) of files to include.
exclude
string | string[]
Blob pattern(s) of files to exclude. Calculated after pattern (ei, files from pattern are selected, then any matching exclude are removed).
[]