Skip to content

feat(cli): add --verbose/-v flag to nextdeploy ship command#12

Merged
aynaash merged 2 commits intoGolangcodes:mainfrom
rsmharsha:feature/verbose-flag
Mar 8, 2026
Merged

feat(cli): add --verbose/-v flag to nextdeploy ship command#12
aynaash merged 2 commits intoGolangcodes:mainfrom
rsmharsha:feature/verbose-flag

Conversation

@rsmharsha
Copy link
Contributor

@rsmharsha rsmharsha commented Mar 8, 2026

add --verbose flag to deploy command fixes #1

Adds a --verbose/-v flag to the ship command that prints detailed logs
during serverless deployments, including per-file S3 upload progress with
sizes, Lambda function name and zip size, CloudFront distribution ID and
invalidation ID, and timing for each deployment step.
@rsmharsha rsmharsha closed this Mar 8, 2026
@rsmharsha rsmharsha reopened this Mar 8, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 8, 2026

Copy link
Contributor

@aynaash aynaash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work @rsmharsha .

@aynaash aynaash added the enhancement New feature or request label Mar 8, 2026
@aynaash aynaash merged commit ce99435 into Golangcodes:main Mar 8, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add --verbose flag to nextdeploy ship for detailed deployment logs

2 participants