Skip to content

Commit 7c0c3c9

Browse files
committed
fix: update readme
1 parent 276e3d0 commit 7c0c3c9

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
lumigo-cli
22
==========
33

4-
A collection of helpful commands for working with AWS Lambda.
4+
A collection of helpful commands designed to smooth out the development and management of event-based, distributed applications.
5+
Lumigo-cli also powers the Stackoscope that runs health-check on Serverless environments to detect security, cost, scalability, resilience, and performance issues.
56

67
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
78
[![Version](https://img.shields.io/npm/v/lumigo-cli.svg)](https://npmjs.org/package/lumigo-cli)
@@ -21,7 +22,7 @@ $ npm install -g lumigo-cli
2122
$ lumigo-cli COMMAND
2223
running command...
2324
$ lumigo-cli (-v|--version|version)
24-
lumigo-cli/0.40.1 darwin-x64 node-v10.16.0
25+
lumigo-cli/0.40.1 darwin-x64 node-v14.3.0
2526
$ lumigo-cli --help [COMMAND]
2627
USAGE
2728
$ lumigo-cli COMMAND
@@ -42,6 +43,7 @@ USAGE
4243
* [`lumigo-cli powertune-lambda`](#lumigo-cli-powertune-lambda)
4344
* [`lumigo-cli replay-sqs-dlq`](#lumigo-cli-replay-sqs-dlq)
4445
* [`lumigo-cli s3-select-batch`](#lumigo-cli-s3-select-batch)
46+
* [`lumigo-cli scanner`](#lumigo-cli-scanner)
4547
* [`lumigo-cli send-to-sns`](#lumigo-cli-send-to-sns)
4648
* [`lumigo-cli send-to-sqs`](#lumigo-cli-send-to-sqs)
4749
* [`lumigo-cli sls-remove`](#lumigo-cli-sls-remove)
@@ -197,7 +199,7 @@ _See code: [src/commands/list-lambda.js](https://github.com/lumigo-io/lumigo-cli
197199

198200
## `lumigo-cli measure-lambda-cold-starts`
199201

200-
Measures a function's initialization time
202+
Measures a function's cold start duration (i.e. duration + initDuration)
201203

202204
```
203205
USAGE
@@ -301,6 +303,21 @@ OPTIONS
301303

302304
_See code: [src/commands/s3-select-batch.js](https://github.com/lumigo-io/lumigo-cli/blob/v0.40.1/src/commands/s3-select-batch.js)_
303305

306+
## `lumigo-cli scanner`
307+
308+
Use Lumigo Stackoscope to scan your AWS account and suggest improvements
309+
310+
```
311+
USAGE
312+
$ lumigo-cli scanner
313+
314+
OPTIONS
315+
-p, --profile=profile AWS CLI profile name
316+
--httpProxy=httpProxy URL of the http/https proxy (when running in a corporate network)
317+
```
318+
319+
_See code: [src/commands/scanner.js](https://github.com/lumigo-io/lumigo-cli/blob/v0.40.1/src/commands/scanner.js)_
320+
304321
## `lumigo-cli send-to-sns`
305322

306323
Sends each line in the specified file as a message to a SNS topic

0 commit comments

Comments
 (0)