Download the PHAR file from latest release.
Please run any command with -h to get detailed description.
generate:pages [-b <baseUrl>|--baseUrl=<baseUrl>] /path/to/Project.json
generate:sitemap [-b <baseUrl>|--baseUrl=<baseUrl>] /path/to/Project.json
generate:search-index [-b <baseUrl>|--baseUrl=<baseUrl>] /path/to/Project.json
check:links [-g|--generate] [-t|--timeout=<sec>] [-b <baseUrl>|--baseUrl=<baseUrl>] /path/to/Project.json
Note:
- If the
[-g|--generate]option is set, all commands from thegenerate:namespace will be executed prior to the link checks. - All external links (not on configured base URL) are skipped.
- All links starting with
javascript:ormailto:are skipped. - relative URLs will be converted to full URLs with configured base URL and will be checked.
- Anchor links will be converted to full URLs with configured base URL and will be checked.
- Use switch
-vto see all skipped links in output.