Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kevinehosford/a-cli


https://github.com/kevinehosford/a-cli

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# A(xiom) CLI

Subset of Axiom UI features running in the terminal.

# Req'd env vars

```
export AXIOM_TOKEN=
export AXIOM_ORG_ID=
export AXIOM_URL=
```

# Running

```sh
go get .
cd src
go run .
```