CLI Options

Options______Description
--onlyoptimOnly runs optimization (PASS 1)
--onlycompOnly runs compression (PASS 2)
--fastGo fast. Mostly no compression just checks for issues.
--failExits with a non-zero return code if issues.
--nowriteDon’t write anything to disk (for testing)
--includeHTML files to include - by default all *.htm and *.html are included. Expect glob format like --exclude 'blog/post100/index.html'
--excludeFiles to exclude from processing. Expect glob format like --exclude 'blog/**'
--cleancacheClean cache before running
--nocacheDon’t use the cache (no read or write to cache)
--cache_folderfollowed by the cache folder location. By default ‘.jampack/cache’