An open API service indexing awesome lists of open source software.

https://github.com/wireapp/mls-test-cli

Command line client utility used for testing MLS interactions with wire-server
https://github.com/wireapp/mls-test-cli

Last synced: 7 months ago
JSON representation

Command line client utility used for testing MLS interactions with wire-server

Awesome Lists containing this project

README

          

# Wire MLS test tool

## Building with nix (on nixos)

Use the build environment defined in [wire-server](https://www.github.com/wireapp/wire-server) for building:

```sh
nix-shell -A mls_test_cli $WIRE_SERVER/nix/default.nix
# inside nix-shell
NIX_HARDENING_ENABLE="" cargo build
```