Bug with verbose flag v1.75
See original GitHub issueWhen trying to deploy projects to AWS on version 1.75.0 if your deploy command has the verbose flag then serverless doesn’t deploy but instead just prints the version of serverless installed on the host machine.
serverless deploy --stage test -v
output
Framework Core: 1.75.0
Plugin: 3.6.16
SDK: 2.3.1
Components: 2.32.0
Installed version
Framework Core: 1.75.0
Plugin: 3.6.16
SDK: 2.3.1
Components: 2.32.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:12
- Comments:10 (1 by maintainers)
Top Results From Across the Web
#628515 - recommending verbose build logs
Message #75 received at 628515@bugs.debian.org (full text, mbox, ... `make V=1' will produce verbose output, `make V=0' less verbose output.
Read more >Bug listing with status CONFIRMED as at 2022/12/26 10:46:31
Bug :4315 - "[Future EAPI] add support for version ranges in DEPEND" ... Bug:423293 - "emerge --verbose --tree: group pulled in dependencies by...
Read more >version.c - Apple Open Source
Fix EOF bug when both -w and -c. v126 10/25/89 Add -j option. v127 10/27/89 ... cleared when change files. v175 3/18/91 Fix...
Read more >1866261 – Need to indicate the intentional behavior for ...
Bug 1866261 - Need to indicate the intentional behavior for Ansible in the ... operator-sdk version operator-sdk version: "v1.0.0-alpha.2-4-gce96b75", ...
Read more >Release History - BleuIO
BleuIO has been updated with the new VERBOSE mode that changes the format of all ... Fixed a bug where the BleuIO Dongle...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m also seeing this, just spent the best part of 2 hours wondering why my CI/CD is all of a sudden not working. VERY frustrating, where’s the quality control? 😄
At least it immediately gave you version info to provide in the issue 😃