Crates.io | lfspull |
lib.rs | lfspull |
version | 0.3.1 |
source | src |
created_at | 2022-10-21 06:28:27.888404 |
updated_at | 2024-09-06 11:35:42.48966 |
description | A simple git lfs file pulling implementation in pure rust. Can only pull files / folders and only support token-auth for now. |
homepage | https://github.com/VolumeGraphics/lfspull |
repository | https://github.com/VolumeGraphics/lfspull |
max_upload_size | |
id | 693218 |
size | 100,594 |
LFSPull allows you to pull files from git-lfs. It currently supports:
The CLI is pretty straight forward.
-f / --file-to-pull [FILE]
single file download mode
lfspull -f my_file.tar.gz
downloads the filePlease see our docs.rs for example code and the gherkin tests for how to check the origin of the file.