From 15cad9a70b5da6df0a8f1727fbd1196e34cf8d6c Mon Sep 17 00:00:00 2001 From: Efi Merdler-Kravitz <43570637+efimk-lu@users.noreply.github.com> Date: Tue, 30 Mar 2021 16:03:16 +0300 Subject: [PATCH 1/3] update text --- src/commands/scanner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/scanner.js b/src/commands/scanner.js index 1000f8b..a8af061 100644 --- a/src/commands/scanner.js +++ b/src/commands/scanner.js @@ -114,7 +114,7 @@ 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", From 88c80ab9b5b4f94439144a5870476029cd96cd64 Mon Sep 17 00:00:00 2001 From: Efi Merdler-Kravitz <43570637+efimk-lu@users.noreply.github.com> Date: Tue, 30 Mar 2021 16:04:41 +0300 Subject: [PATCH 2/3] Update readme --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba00d76..a993e5c 100644 --- a/package.json +++ b/package.json @@ -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": { From d0cb84fd0840c954cfaff8e682ce7512f916d498 Mon Sep 17 00:00:00 2001 From: efimk Date: Tue, 30 Mar 2021 16:11:43 +0300 Subject: [PATCH 3/3] fix: prettier --- src/commands/scanner.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/scanner.js b/src/commands/scanner.js index a8af061..0c83c9d 100644 --- a/src/commands/scanner.js +++ b/src/commands/scanner.js @@ -114,7 +114,8 @@ Sending metadata to Lumigo for processing... } } -ScannerCommand.description = "Use Lumigo Stackoscope to scan 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",