lumigo-CLI icon indicating copy to clipboard operation
lumigo-CLI copied to clipboard

Open source CLI tool to help you develop and manage serverless applications.

Results 45 lumigo-CLI issues
Sort by recently updated
recently updated
newest added

For almost any command that touches AWS I get: TypeError: Cannot read properties of null (reading 'width') when I run almost any command. lumigo-cli/0.48.4 darwin-x64 node-v17.8.0

Hi, getting following error when running ```lumigo-cli list-lambda``` on windows. ``` TypeError: Cannot read properties of null (reading 'width') ``` Thanks

Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.2. Changelog Sourced from moment's changelog. 2.29.2 See full changelog Release Apr 3 2022 Address https://github.com/advisories/GHSA-8hfj-j24r-96c4 2.29.1 See full changelog Release Oct 6, 2020 Updated...

dependencies

I want to be able to use lumigo-cli using AWS Single Sign-On auth, but it doens't appear to be working. To reproduce: 1. run `aws sso login` 2. run `lumigo-cli...

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...

dependencies

I tried a command like this today to test the replay feature. ``` $ lumigo-cli replay-sqs-dlq --region eu-west-1 --dlqQueueName=org-trail-20211206_DLQ --targetType=SNS --targetName=org-trail-20211206 finding the SQS DLQ [org-trail-20211206_DLQ] in [eu-west-1] finding the...