Skip to content

wooti/onedrive-cli

Repository files navigation

OneDrive CLI

This is a .NET Core OneDrive client for OneDrive Personal / OneDrive Business drives. It is written in F# .NET and targets .NET 5.0.

Pre-requisites

.NET 5.0

Build

  1. Clone this repository
  2. Run build.cmd

Run

USAGE: OneDriveCLI.exe [--help] --direction <up|down> [--local <string>] [--remote <string>] [--ignore <string>] [--ignore-file <string>] [--threads <int>] [--dry-run]

Details of the options:

    --direction <up|down>  direction of sync <up|down>.
    --local <string>       local root path.
    --remote <string>      remote root path.
    --ignore <string>      ignore file glob
    --ignore-file <string> file containing globs to ignore
    --threads, -t <int>    number of threads to run on
    --dry-run, -n          don't make any changes
    --help                 display this list of options.

References

About

CLI for OneDrive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published