Skip to content

Command

The static website validator
Usage: muffy [OPTIONS] [COMMAND]
Commands:
check Validates URLs
run Runs validation with a configuration file. (experimental)
help Print this message or the help of the given subcommand(s)
Options:
--cache
Use a persistent cache
--format <FORMAT>
Set an output format
Possible values:
- text: Human-readable text
- json: JSON
[default: text]
--verbose
Be verbose
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version
Validates URLs
Usage: muffy check [OPTIONS] <URL>...
Arguments:
<URL>...
Website URLs
Options:
--max-age <MAX_AGE>
Set a maximum cache age
[default: 1h]
--accept-status <ACCEPT_STATUS>
Set accepted status codes
[default: 200]
--accept-scheme <ACCEPT_SCHEME>
Set accepted schemes
[default: http https]
--cache
Use a persistent cache
--format <FORMAT>
Set an output format
Possible values:
- text: Human-readable text
- json: JSON
[default: text]
--header <HEADER>
Set request headers
--max-redirects <MAX_REDIRECTS>
Set a maximum number of redirects
[default: 16]
--verbose
Be verbose
--timeout <TIMEOUT>
Set an HTTP timeout
[default: 30s]
--concurrency <CONCURRENCY>
Set concurrency
[default: 32768]
--ignore <IGNORE>
Set URL patterns to ignore from validation
-h, --help
Print help (see a summary with '-h')
Runs validation with a configuration file. (experimental)
Usage: muffy run [OPTIONS]
Options:
-c, --config <CONFIG>
A configuration file
--cache
Use a persistent cache
--format <FORMAT>
Set an output format
Possible values:
- text: Human-readable text
- json: JSON
[default: text]
--verbose
Be verbose
-h, --help
Print help (see a summary with '-h')