Include
Include's can be used to break apart a project file with references to other files. This includes files from remote github repositories.
Attributes
Field | Type | Default | Description |
---|---|---|---|
path | string | None | The path or git reference to external yml files or directories to include in this project |
depth | integer | None | Directory traversal depth. None=fully recursive, 0=current directory only, 1=one level deep, etc. Only applies to directory paths. |
exclusions | array | [] | Patterns to exclude from directory inclusion. Supports glob patterns and regex. Only applies to directory paths. |