Class: Safeguard::Command::Verify
- Inherits:
-
Safeguard::Command
- Object
- Acclaim::Command
- Safeguard::Command
- Safeguard::Command::Verify
- Defined in:
- lib/safeguard/command/verify.rb
Overview
Verifies the files present in a Repository.
# Verifies all files in repository using SHA1
$ safeguard verify --sha1
# Verifies all files ending in '.mp3' using CRC32
$ safeguard verify --crc32 *.mp3