You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,30 @@ Only for this command vcs2l supports the pseudo clients ``tar`` and ``zip`` whic
105
105
For those two types the ``version`` key is optional.
106
106
If specified only entries from the archive which are in the subfolder specified by the version value are being extracted.
107
107
108
+
Import with extends functionality
109
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110
+
111
+
The ``vcs import`` command supports an ``extends`` key at the top level of the YAML file. The value of that key is a path or URL to another YAML file which is imported first.
112
+
This parent file can itself also contain the key to chain multiple files. The child is given precedence over the parent in case of duplicate repository entries.
113
+
In order to avoid infinite loops in case of circular imports the tool detects already imported files and raises an error if such a file is encountered again.
0 commit comments