Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinehosford/a-cli
https://github.com/kevinehosford/a-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevinehosford/a-cli
- Owner: kevinehosford
- Created: 2023-07-28T12:28:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-28T13:13:45.000Z (over 1 year ago)
- Last Synced: 2024-04-18T17:50:42.585Z (7 months ago)
- Language: Go
- Size: 471 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```