From 5935214773f0a4456141f93efc67ff43a053f86c Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Mon, 25 Jun 2018 21:04:20 -0700 Subject: [PATCH] Created Static HTML Exporter (markdown) --- Static-HTML-Exporter.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Static-HTML-Exporter.md diff --git a/Static-HTML-Exporter.md b/Static-HTML-Exporter.md new file mode 100644 index 0000000..d8d866f --- /dev/null +++ b/Static-HTML-Exporter.md @@ -0,0 +1,6 @@ +You might have a server that won't allow you to run command that run longer for 60 seconds, or maybe you just want to export your status page to a static HTML file. Using the Statup exporter you can easily do this with 1 command. + +``` +statup export +``` +###### 'index.html' is created in current directory with static CDN url's. \ No newline at end of file