Skip to content

Releases: DominikMe/acs-emulator

AcsEmulatorCLI 0.1.0-alpha.20230510.1

10 May 12:13
ca85923
Compare
Choose a tag to compare
Pre-release

Emulator for Azure Communication Services

Local emulator to run Azure Communication Services client SDKs without having to provision an Azure Communication Services resource.

Download the emulator CLI tool

Install from GitHub

Make sure you have the .NET Core SDK installed, download the latest AcsEmulatorCLI Release and then run from a terminal:

dotnet tool install -g --add-source [downloadFolder] AcsEmulatorCLI --version 0.1.0-alpha.20230510.1

Running the tool

Usage:

acs-emulator [command] [options]

Commands:

Command Description
--version Show version information
-?, -h, --help Show help and usage information
run Run the emulator.
openApi Open the emulator's API in Swagger UI.
openDB Open the emulator's sqlite database.
openUI Open the emulator UI.
clean Clean all data and reset the emulator state.
connectionString Get the ACS connection string for the emulator.
repo Open code repository.