Given the manifest 'dfetch.yaml' in MyProject
"""
manifest:
version: 0.0
projects:
- name: SomeProjectWithAnInterestingFile
url: some-remote-server/SomeProjectWithAnInterestingFile.git
dst: SomeFile.txt
src: SomeFolder/SomeFile.txt
tag: v1
"""
And a git-repository "SomeProjectWithAnInterestingFile.git" with the files
| path |
| SomeFolder/SomeFile.txt |
| SomeOtherFolder/SomeOtherFile.txt |
When I run "dfetch update"
Then the output shows
"""
Dfetch (0.0.6)
SomeProjectWithAnInterestingFile: Fetched v1
"""
Then 'MyProject' looks like:
"""
MyProject/
.dfetch_data-SomeFile.txt.yaml
SomeFile.txt
dfetch.yaml
"""
Below scenario doesn't work: