azzipgo 1.0.0
dotnet tool install --global azzipgo --version 1.0.0
dotnet new tool-manifest
dotnet tool install --local azzipgo --version 1.0.0
#tool dotnet:?package=azzipgo&version=1.0.0
nuke :add-package azzipgo --version 1.0.0
AzZipGo – Azure ☁️ Zip 📦 and Go 🚀
- Deploy all the things: Azure Websites, Function Apps and WebJobs!
- Runs everywhere
- Uses Kudu's ZipDeploy feature
- Uses an auto-generated Deployment Slot and Auto-Swap when using the deploy-with-slot command
- Or deploys directly to a WebSite slot using the deploy-in-place command
Usage
azzipgo COMMAND [OPTIONS]+
COMMAND deploy-with-slot
Deploy Site using ZipDeploy and a newly created slot.
- cleanup-after-success -- Delete temporary slot after deployment. This will add a wait period of 2 minutes. Default = false
- stop-webjobs -- Set sticky app setting WEBJOBS_STOPPED=1 for the new temporary slot. Default = true
COMMAND deploy-in-place
Deploy Site using ZipDeploy and run the deployment in-place without a temporary slot and auto-swap.
Generic Options
- u|user -- Service principal ID. Create in Azure using - az ad sp create-for-rbac.
- p|password -- Service principal password 
- t|tenant -- The tenant ID or name 
- environment -- The Azure environment. One of: global (default), germany, china, usgov 
- s|subscription -- The subscription ID 
- g|resource-group -- The resource group of the website 
- d|directory -- The path to the directory to deploy 
- site -- The site name to deploy to 
- target-slot -- The slot name to deploy to. Use production to deploy to the specified website directly. 
- run-from-package -- Set or remove app setting WEBSITE_RUN_FROM_PACKAGE for the target or temp slot. This will enable or disable the Run From Package feature. Default = false 
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. | 
This package has no dependencies.
| Version | Downloads | Last Updated | 
|---|---|---|
| 1.0.0 | 1,466 | 1/3/2022 | 
| 1.0.0-rc2 | 620 | 12/17/2021 | 
| 1.0.0-rc1 | 434 | 12/16/2021 | 
| 0.5.3 | 1,564 | 2/6/2020 | 
| 0.5.2 | 1,348 | 3/21/2019 | 
| 0.5.1 | 814 | 2/26/2019 | 
| 0.5.0 | 1,502 | 2/21/2019 | 
| 0.4.1 | 820 | 2/21/2019 | 
| 0.4.0 | 912 | 2/20/2019 | 
| 0.3.4 | 8,422 | 9/18/2018 | 
| 0.3.3 | 1,387 | 8/17/2018 | 
| 0.3.2 | 2,359 | 6/15/2018 | 
| 0.3.1 | 2,038 | 6/13/2018 | 
| 0.3.0 | 1,462 | 6/13/2018 | 
| 0.2.0 | 1,489 | 6/11/2018 |