Skip to content

Releases: iterate-ch/cloudfiles-troubleshooter

v0.4.0

30 Jan 12:53
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
Implement Registry cleanup of stale Sync Roots

v0.3.1

04 Sep 11:48
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

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

14 Jun 10:07
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

13 Jun 13:11
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Implement Sync Root pruning