mziyabo / codedeploy-globaltool

.NET global tool for AWS CodeDeploy

Home Page:https://www.nuget.org/packages/Tool.AWS.CodeDeploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS CodeDeploy Global Tool

Build Status NuGet

Deploy .NET Core applications using CodeDeploy

Installation

  1. Install aws-cli and configure credentials. Alternatively setup AWS Credentials from Environment Variables
  2. Install the extension using the dotnet tool install command
dotnet tool install -g Tool.AWS.CodeDeploy

Available Commands

Create Deployment

Zips an application path (Default './') and creates S3 revision and then creates and CodeDeploy deployment:

dotnet codedeploy --application <value> --deploymentGroup <value> --s3-location s3://<bucket>/<key>

Get Deployment Status

Retrieves the deployment status

dotnet codedeploy status --deployment-id <value>

Limitations

  • Currently only deploys using S3 Revision locations- GitHub not available

Licence

Apache-2.0

About

.NET global tool for AWS CodeDeploy

https://www.nuget.org/packages/Tool.AWS.CodeDeploy

License:Other


Languages

Language:C# 100.0%