0.1.11 • Published 8 years ago

lightning-cli v0.1.11

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

lightning-cli

Lightweight command line interface simplfying lightning usage.

Installation

npm install -g lightning-cli

Usage

Immediate scan

lightning scan <url>

url: valid url of the website you want to be analyzed.

--verbose: A flag used to output result metrics

Schedule a recurring scan

lightning schedule <url> --interval --start

url: valid url of the website you want to be analyzed.

--interval: A time interval in milliseconds. Defaults to one day. Minimum value 5 minutes (300000)

--start-stamp: A milliseconds timestamp specifying when the scanning starts. Defaults to now + interval

--every: An optional argument to set interval in a friendly way. Will override --interval. Example: --every 2-hours. For more examples, refer to the moment.js duration doc. Make sur to link number and unit by a - .

--start-date: An optional ISO8601 formatted date specifying when the scanning starts. Will override --start-stamp Example: --start-date 2016-07-02

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago