aviso-cli 2.0.0-rc.1

Command-line client for aviso-server.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# aviso-cli

Command-line client for [`aviso-server`](https://github.com/ecmwf/aviso-server), ECMWF's notification service for data-driven workflows. Installs the `aviso` binary.

Built on the [`aviso`](https://crates.io/crates/aviso) core library.

```bash
cargo install aviso-cli
aviso --help
```

The same `aviso` command is also available from the [`pyaviso`](https://github.com/ecmwf/aviso-client/tree/main/python) Python package: `pip install pyaviso` installs a console script that runs this CLI through the extension, putting `aviso` on your PATH without a Rust toolchain.

See the [workspace repository](https://github.com/ecmwf/aviso-client) for usage and architectural background.

## License

Apache-2.0. See [`LICENSE.txt`](https://github.com/ecmwf/aviso-client/blob/main/LICENSE.txt). Copyright 2026 ECMWF and individual contributors.