Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yesnault/mclui
Marathon Command Line UI
https://github.com/yesnault/mclui
Last synced: about 1 month ago
JSON representation
Marathon Command Line UI
- Host: GitHub
- URL: https://github.com/yesnault/mclui
- Owner: yesnault
- License: other
- Created: 2016-10-09T21:38:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-09T21:38:47.000Z (about 8 years ago)
- Last Synced: 2024-10-15T23:51:29.060Z (3 months ago)
- Language: Go
- Size: 1.23 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GoDoc](https://godoc.org/github.com/yesnault/mclui?status.svg)](https://godoc.org/github.com/yesnault/mclui)
[![Go Report Card](https://goreportcard.com/badge/yesnault/mclui)](https://goreportcard.com/report/yesnault/mclui)# Marathon Command Line UI
Display applications deployed with marathon, with an UI based on https://github.com/gizak/termui.
![Screenshot](https://raw.githubusercontent.com/yesnault/mclui/master/screenshot.png)
# Usage
```
Usage:
mclui [flags]
mclui [command]Available Commands:
version Display Version of mcluiFlags:
--marathon-url stringSlice URLs Marathon
--with-auth-basic Ask HTTP Basic Auth at startup (default true)Use "mclui [command] --help" for more information about a command.
```# Hacking
mclui is written in Go 1.7. Make sure you are using at least
version 1.7.```bash
mkdir -p $GOPATH/src/github.com/yesnault
cd $GOPATH/src/github.com/yesnault
git clone [email protected]:yesnault/mclui.git
cd $GOPATH/src/github.com/yesnault/mclui
go build
```You've developed a new cool feature? Fixed an annoying bug? We'd be happy
to hear from you! Make sure to read [CONTRIBUTING.md](./CONTRIBUTING.md) before.