dotnet-file
A dotnet global tool for downloading and updating loose files from arbitrary URLs. Usage: dotnet file [add|changes|delete|list|sync|update] [file or url]* Actions add downloads a file or GitHub repository or directory from a URL changes checks remote URLs for changes and lists the status of local files delete deletes a file and its corresponding config entry from the local directory list lists the config entries and the status of their corresponding files sync synchronizes with remote URLs, deleting local files and directories as needed update updates local files from remote URLs, does not prune deleted remote files Status = <- [url] remote file equals local file โ <- [url] local file updated with remote file ^ <- [url] remote file is newer (ETags mismatch) ? <- [url] local file not found for remote file x <- [url] error processing the entry Built by https://build.azdo.io/kzu/oss/1889 from https://github.com/kzu/dotnet-file/tree/69813c567
Install
dotnet add package dotnet-file --version 0.2.38
Install-Package dotnet-file -Version 0.2.38
<PackageReference Include="dotnet-file" Version="0.2.38" />
Frameworks
No framework metadata available.
Dependencies
No declared dependencies.
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.