Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 5dcd548

Browse files
Add Status Badges
1 parent 005a5f4 commit 5dcd548

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ This .NET Core global tool provides the `awslocal` command, which is a thin wrap
44
command line interface for use with [LocalStack](https://github.com/localstack/localstack). This tool is a .NET Core port of the
55
[LocalStack AWS CLI](https://github.com/localstack/awscli-local) for the people who have experienced issues with LocalStack AWS CLI.
66

7+
## Continuous integration
8+
9+
| Build server | Platform | Build status |
10+
|----------------- |---------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11+
| Azure Pipelines | Ubuntu | [![Build Status](https://denizirgindev.visualstudio.com/localstack-awscli-local/_apis/build/status/Ubuntu?branchName=master)](https://denizirgindev.visualstudio.com/localstack-awscli-local/_build/latest?definitionId=13&branchName=master) |
12+
| Azure Pipelines | macOs | [![Build Status](https://denizirgindev.visualstudio.com/localstack-awscli-local/_apis/build/status/macOS?branchName=master)](https://denizirgindev.visualstudio.com/localstack-awscli-local/_build/latest?definitionId=12&branchName=master) |
13+
| Azure Pipelines | Windows | [![Build Status](https://denizirgindev.visualstudio.com/localstack-awscli-local/_apis/build/status/Windows?branchName=master)](https://denizirgindev.visualstudio.com/localstack-awscli-local/_build/latest?definitionId=14&branchName=master) |
14+
715
## Installation
816

917
You can install the `awslocal` command via `.NET Core CLI`:
@@ -12,6 +20,11 @@ You can install the `awslocal` command via `.NET Core CLI`:
1220
dotnet tool install --global LocalStack.AwsLocal
1321
```
1422

23+
| Stable | Nightly |
24+
|---------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
25+
| [![NuGet](https://img.shields.io/nuget/v/LocalStack.AwsLocal.svg)](https://www.nuget.org/packages/LocalStack.AwsLocal/) | [![MyGet](https://img.shields.io/myget/localstack-dotnet-client/v/LocalStack.AwsLocal.svg?label=myget)](https://www.myget.org/feed/localstack-dotnet-client/package/nuget/LocalStack.AwsLocal) |
26+
27+
1528
## Usage
1629

1730
The `awslocal` command has the same usage as the `aws` command. For detailed usage,

0 commit comments

Comments
 (0)