eb dry run command (or option) to create the zip file that has everything necessary to deploy to AWS but doesn't perform deployment #331
Labels
feature-request
A feature should be added or improved.
module/cli-ext
p2
This is a standard priority issue
Describe the feature
Currently there's a "dotnet eb publish" command that seems to just do the equivalent of "dotnet publish", but ignores any AWS/EB-specific configuration settings. I would like the ability to create a zip file that has everything necessary to publish to AWS, then ideally show the "dry-run" steps that could use that zip file to do the deploy.
Use Case
It's not always safe to automatically deploy everything to AWS, but we want our build pipeline to do everything up to the very last point, and then just do a dry-run of the deployment.
Proposed Solution
dotnet eb deploy-environment --dry-run
Other Information
No response
Acknowledgements
Targeted .NET platform
.NET 8
CLI extension version
4.4.0
Environment details (OS name and version, etc.)
Windows 11
The text was updated successfully, but these errors were encountered: