Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

KhushrajSandbox/UptimeActionsCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uptime Actions (CLI)

This repository contains the source code for the Uptime Actions CLI.

Uptime Actions is split into:

  • Uptime Actions Core -- The Uptime Actions GitHub template. Generate your copy from here
  • Uptime Actions API -- contains the code for the Uptime Actions API/Slack Bot
  • Uptime Actions CLI (This) -- lets you quickly generate an Uptime Actions config using a uptimerobot.com csv export
  • Uptime Actions Dashboard -- Next.js Dashboard that lets you view your projects' uptime history

Quickstart

npx uptime-actions@latest > monitors.config.js

Running

To install, run

yarn global add uptime-actions

Then,

uptime-actions > monitors.config.js

Optionally, pass a file (instead of the default uptimerobot-monitors.csv)

uptime-actions -f myMonitors.csv > monitors.config.js

Releases

No releases published

Packages

No packages published