pontus_onyx_cli 0.3.2

A remoteStorage server as command-line interface
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# `pontus_onyx_cli` : Pontus Onyx as Command-Line Interface


This a [remoteStorage](https://remotestorage.io/) server, usable in a Command-Line Interface.

This is a binary implementation of the server part of the [pontus_onyx](https://crates.io/crates/pontus_onyx) library crate.

```txt
⚠ Warning : it is not production-ready until version 1.0.0 !
So 0.x.0 versions are breaking changes until then.
```

## Development


### Run CLI server


```cmd
cargo run --bin pontus_onyx_cli -- ./database
```