From d68321adc6a40c628fd9a7be3794eb6b0db5ef2e Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 15 Sep 2020 23:53:29 -0700 Subject: [PATCH] Updated Commands (markdown) --- Commands.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Commands.md b/Commands.md index a5de1c8..1a9c309 100644 --- a/Commands.md +++ b/Commands.md @@ -6,6 +6,27 @@ Running `statping` would any environment variables, parameters or flags added wi - `--ip` Run HTTP server as a different host (default: `0.0.0.0`) - `--verbose` Set Verbose logging mode. (default: 2 [info]) +# `statping version` +Returns the current version number + +# `statping update` +Runs the install script to update Statping to the latest release on Github. On Unix systems, the binary is installed to `/usr/local/bin/statping`. + +# `statping sass` +This command will attempt to compile all .sass files in the assets directory. + +# `statping env` +Returns all environment variables being used while running Statping. + +# `statping reset` +This command will delete all assets, database files and config.yml. + +# `statping export` +Export all of your Statping services, groups, notifiers, users, announcements and incidents to a timestamped JSON file in the current directory. This file can be imported on another instance. + +# `statping import ` +Import services, notifiers and any other objects from an exported JSON file. + # `statping assets` The assets command will extract all of the JS, CSS, SCSS, and static images into the `assets` folder. It will create this folder if it has permission to in the current working directory.