Skip to content

DownDetector Command

Léo Peyronnet edited this page Jan 4, 2025 · 2 revisions

The downdetector command checks if specified websites are down.

Usage

itcli downdetector <sites> [options]

Parameters

  • sites: The URLs of the sites to check for availability.

Options

  • -f or --filepath: Add this flag to specify to InternetTest CLI that you provided a file instead of a list of URLs. Default: False.
  • -h or --help: Shows help text.

File format

To use a file instead of passing the list of URLs as arguments, the file should contain one URL per line.

Examples

Basic Usage

To check if a website is down:

itcli downdetector example.com

Multiple websites

itcli downdetector example.com example2.com example3.com

Text/CSV File

itcli downdetector C:/yourfile.txt --filepath

Text file format

example.com
example2.com
example3.com
Clone this wiki locally