0.2.1 • Published 5 years ago

sdclone v0.2.1

Weekly downloads
3
License
GPL-3.0-or-later
Repository
github
Last release
5 years ago

sdclone

Shadow Clone -- automated copy and hash system

NPM Test oclif

Usage

$ npm install -g sdclone
$ sdclone COMMAND
running command...
$ sdclone (-v|--version|version)
sdclone/0.2.1 darwin-x64 node-v12.16.1
$ sdclone --help [COMMAND]
USAGE
  $ sdclone COMMAND
...

Commands

sdclone hash [FILEPATH]

describe the command here

USAGE
  $ sdclone hash [FILEPATH]

OPTIONS
  -h, --help       show CLI help
  -q, --quiet      print only the hash
  --format=format  [default: md5] hash type

See code: lib/commands/hash.js

sdclone help [COMMAND]

display help for sdclone

USAGE
  $ sdclone help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

sdclone seal [PATH]

creates a hash file for a directory

USAGE
  $ sdclone seal [PATH]

OPTIONS
  -d, --dry            run without saving
  -h, --help           show CLI help
  -o, --output=output  output file name
  -q, --quiet          suppress output
  --encode=encode      encoding format : md5 | sha
  --format=format      formatting style : md5 | sha | mhl

See code: lib/commands/seal.js

sdclone verify [FILE]

verifies a hashfile

USAGE
  $ sdclone verify [FILE]

OPTIONS
  -h, --help   show CLI help
  -q, --quiet  only show pass/fail/missing

See code: lib/commands/verify.js