Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iamd3vil/lift

A CLI Client for Liftbridge
https://github.com/iamd3vil/lift

Last synced: 9 days ago
JSON representation

A CLI Client for Liftbridge

Awesome Lists containing this project

README

        

# lift

A CLI Client for Liftbridge

## Usage

```
$ lift -h
NAME:
lift - A CLI Client for Liftbridge

USAGE:
lift [global options] command [command options] [arguments...]

AUTHOR:
Sarat Chandra

COMMANDS:
stream, s Commands about creating/deleting/consuming from streams
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--verbose Enable verbose logging (default: false)
--config value, -c value Configuration Path
--help, -h show help (default: false)
--version, -v print the version (default: false)
```

## Configuration

Configuration path can be passed to `lift` by using `--config` flag. If nothing is given `lift` expects the path to be at `$HOME/.config/lift/config.toml`.

A sample config can be generated by running `lift init` which generates the following config at the given path:

```toml
[servers]
addresses = ["localhost:9292"]
```