ohdear-cli
OhDear-cli is a command-line tool that allows users to interact with the OhDear website monitoring and uptime service.
-
The tool is developed and maintained by OhDear, a service that provides website health and uptime monitoring features.
-
OhDear-cli provides a convenient way to interact with the OhDear service through the command line interface, allowing users to perform various tasks related to their websites.
-
It supports a wide range of functionalities, including deploying new checks, listing current checks, viewing site status, and managing OhDear settings.
-
The tool is written in PHP and uses Composer, a dependency manager for PHP, to handle its dependencies.
-
It follows a modular approach, with each supported command having its own class and file, making it easy to maintain and extend the tool with new features.
-
OhDear-cli utilizes OhDear's API to interact with the OhDear service, ensuring seamless integration and synchronization of data between the command-line tool and the website monitoring service.
-
It requires users to have an account with OhDear to access and utilize its features.
-
OhDear-cli is open source and hosted on GitHub, allowing developers to contribute to its development and improvement.
-
It provides a user-friendly and intuitive interface, using clear command syntax and options to make interacting with the OhDear service straightforward.
-
OhDear-cli is regularly updated, ensuring compatibility with the latest versions of the OhDear service and providing users with new functionalities and bug fixes.
List of commands for ohdear-cli:
-
ohdear-cli:tldr:07286 ohdear-cli: Display details about the currently authenticated user.$ ohdear-cli metry on your machineexplain this command
-
ohdear-cli:tldr:1ac75 ohdear-cli: Display a list of sites and their current status.$ ohdear-cli sites:listtry on your machineexplain this command
-
ohdear-cli:tldr:238ee ohdear-cli: Add a new site to Oh Dear.$ ohdear-cli sites:add ${url}try on your machineexplain this command
-
ohdear-cli:tldr:86ac2 ohdear-cli: Display details about a specific site.$ ohdear-cli sites:show ${site_id}try on your machineexplain this command