https://github.com/luan/tiego
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/luan/tiego
- Owner: luan
- Created: 2014-11-25T23:59:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-03T06:59:39.000Z (over 11 years ago)
- Last Synced: 2025-02-01T07:44:07.854Z (over 1 year ago)
- Language: Go
- Size: 219 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiego
Tiego is a CLI to manage and workstations running on [Diego](https://github.com/cloudfoundry-incubator/diego-release). It allows you to pick your container flavor with [Docker](http://docker.com) images.
## Setup
Just go get it: `go get github.com/luan/tiego`
## Usage
*Optionally* set a TEAPOT url:
```bash
export TEAPOT=http://teapot.192.168.11.11
```
Run commands:
```
NAME:
tiego - manages tiego workstations and shell sessions
USAGE:
tiego [global options] command [command options] [arguments...]
VERSION:
0.0.1
COMMANDS:
create, c creates a workstation
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--teapot, -t 'http://127.0.0.1:8080' address of the Teapot to use [$TEAPOT]
--help, -h show help
--version, -v print the version
```