Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
efimk-lu authored Mar 30, 2021
2 parents cbb79a3 + d0cb84f commit 276e3d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumigo-cli",
"description": "A collection of helpful commands for working with AWS Lambda",
"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.",
"version": "0.40.1",
"author": "Lumigo LTD (https://lumigo.io)",
"bin": {
Expand Down
3 changes: 2 additions & 1 deletion src/commands/scanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ Sending metadata to Lumigo for processing...
}
}

ScannerCommand.description = "Scans your AWS account and suggest improvements";
ScannerCommand.description =
"Use Lumigo Stackoscope to scan your AWS account and suggest improvements";
ScannerCommand.flags = {
profile: flags.string({
char: "p",
Expand Down

0 comments on commit 276e3d0

Please sign in to comment.