[READ-ONLY] Mirror of https://github.com/openstatusHQ/cli. OpenStatus CLI www.openstatus.dev
cli cli-app synthetic-monitoring
0

Configure Feed

Select the types of activity you want to include in your feed.

59 20 19

Clone this repository

https://git.vm.fail/openstatus.dev/cli https://git.vm.fail/did:plc:hjjl7sy4dtvdvc2pdr2ze3us
ssh://git@knot1.tangled.sh:2222/openstatus.dev/cli ssh://git@knot1.tangled.sh:2222/did:plc:hjjl7sy4dtvdvc2pdr2ze3us

For self-hosted knots, clone URLs may differ based on your setup.


README.md

OpenStatus CLI#

OpenStatus CLI is a command line interface for OpenStatus.

Installation#

brew install openstatusHQ/cli/openstatus --cask

Windows#

iwr https://raw.githubusercontent.com/openstatusHQ/cli/refs/heads/main/install.ps1 | iex

macOS#

curl -fsSL https://raw.githubusercontent.com/openstatusHQ/cli/refs/heads/main/install.sh| bash

Linux#

curl -fsSL https://raw.githubusercontent.com/openstatusHQ/cli/refs/heads/main/install.sh | bash

Development#

Generate Documentation#

Run this command to generate the documentation:

 go run cmd/docs/docs.go
 cd docs
 pandoc  -s -t man openstatus-docs.md -o openstatus.1