Skip to content

Commit 276e3d0

Browse files
authored
fix: update readme
2 parents cbb79a3 + d0cb84f commit 276e3d0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumigo-cli",
3-
"description": "A collection of helpful commands for working with AWS Lambda",
3+
"description": "A collection of helpful commands designed to smooth out the development and management of event-based, distributed applications. Lumigo-cli also powers the Stackoscope that runs health-check on Serverless environments to detect security, cost, scalability, resilience, and performance issues.",
44
"version": "0.40.1",
55
"author": "Lumigo LTD (https://lumigo.io)",
66
"bin": {

src/commands/scanner.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ Sending metadata to Lumigo for processing...
114114
}
115115
}
116116

117-
ScannerCommand.description = "Scans your AWS account and suggest improvements";
117+
ScannerCommand.description =
118+
"Use Lumigo Stackoscope to scan your AWS account and suggest improvements";
118119
ScannerCommand.flags = {
119120
profile: flags.string({
120121
char: "p",

0 commit comments

Comments
 (0)