cosmian_cli 1.5.2

Command Line Interface used to manage the KMS and Findex servers. If any assistance is needed, please either visit the Cosmian technical documentation at https://docs.cosmian.com or contact the Cosmian support team on Discord https://discord.com/invite/7kPMNtHpnz
Documentation
# Cosmian CLI

KMS or Findex server can be managed using the `cosmian` command line interface (CLI).

## Build

```sh
cargo build --bin cosmian
```

## Usage

[Usage](../../documentation/docs/index.md)

## Testing

```sh
cargo build --bin cosmian
docker compose up -d
cargo test -p cosmian
```