From e5648d5a362f346a6e2a119775b8d158a3e3afdc Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 6 Oct 2016 19:02:45 +0100 Subject: [PATCH] docs(NA): added new cli method --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9820cd8..65ba68c 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,12 @@ $ statful-collector-aws start Starts the collector with the config on given path. +```bash +$ statful-collector-aws start-managed +``` + +Starts the collector managed by pm2 with the config on given path. + ```bash $ statful-collector-aws help ```