This repository was archived by the owner on Oct 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ This .NET Core global tool provides the `awslocal` command, which is a thin wrap
44command 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
917You can install the ` awslocal ` command via ` .NET Core CLI ` :
@@ -12,6 +20,11 @@ You can install the `awslocal` command via `.NET Core CLI`:
1220dotnet 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
1730The ` awslocal ` command has the same usage as the ` aws ` command. For detailed usage,
You can’t perform that action at this time.
0 commit comments