Releases: iterate-ch/cloudfiles-troubleshooter
Releases · iterate-ch/cloudfiles-troubleshooter
v0.4.0
Implement Registry cleanup of stale Sync Roots
v0.3.1
Moves from custom parsing to Spectre.Console.Cli.
Changes include recursive pruning of registered sync roots.
Deletes either sync roots on filesystem, when not specifiying --recursive
, otherwise recurses through all sync root folders, and filters based on optional --include
-glob.
Commands:
Help
USAGE:
cloudfiles-troubleshooter.exe [OPTIONS] <COMMAND>
OPTIONS:
-h, --help Prints help information
COMMANDS:
clean <SyncRoots> Cleans Explorer-registered SyncRoots from the system
prune <SyncRoots> Cleans a cloudfiles sync root from the filesystem
Clean
DESCRIPTION:
Cleans Explorer-registered SyncRoots from the system.
USAGE:
cloudfiles-troubleshooter.exe clean <SyncRoots> [OPTIONS]
ARGUMENTS:
<SyncRoots>
OPTIONS:
-h, --help Prints help information
--confirm
--what-if
Prune
DESCRIPTION:
Cleans a cloudfiles sync root from the filesystem
USAGE:
cloudfiles-troubleshooter.exe prune <SyncRoots> [OPTIONS]
ARGUMENTS:
<SyncRoots>
OPTIONS:
-h, --help Prints help information
--confirm
--what-if
-i, --include <VALUES>
--recurse
v0.2.0
Add Clean
-command:
clean <Include> [Options]
Argument Include: Glob Pattern to search for Sync Roots
Options:
-Include Glob Pattern to search for Sync Roots
-WhatIf
-Confirm
v0.1.0
Implement Sync Root pruning