Maven :: Indexer CLI
Indexer CLI produces a CLI tool for indexing and publishing Maven repositories.
CLI Options Reference
Use either unpack (-u,--unpack) or index (-i,--index and -r,--repository) options.
| Options | Description | 
|---|---|
-c,--chunks | Create incremental chunks | 
-d,--destination <path> | Target folder | 
-h,--help | Display help information | 
-i,--index <path> | Path to the index folder | 
-k,--keep <num> | Number of incremental chunks to keep | 
-n,--name <string> | Repository name | 
-q,--quiet | Quiet output - only show errors | 
-r,--repository <path> | Path to the Maven repository | 
-s,--checksums | Create checksums for all files (sha1, md5) | 
-t,--type <type> | Indexer type (default, min, full or comma separated list of custom types) | 
-u,--unpack | Unpack an index file | 
-v,--version | Display version information | 
-X,--debug | Produce execution debug output | 



