htui

command module
v0.0.0-...-4c5a95e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2021 License: BSD-2-Clause Imports: 4 Imported by: 0

README

                                          _   _        _ 
                                         | |_| |_ _  _(_)                 
                                         | ' \  _| || | |
                                         |_||_\__|\_,_|_|
                                    

Heroku Terminal User Interface

Manage your apps, scale your dynos, browse logs in real time ...


Install

Note: Prebuilt binaries for 64-bit operating systems, doesn't require Go.

64-bit

Linux
curl -sSL https://raw.githubusercontent.com/PierreKieffer/htui/master/install/install_htui64_linux.sh | bash
Mac OS
curl -sSL https://raw.githubusercontent.com/PierreKieffer/htui/master/install/install_htui64_osx.sh | bash

Run

htui

Move around

     -----------------------------
     -        Move around        -
     -----------------------------
     go up               ▲  or 'k'
     go down             ▼  or 'j'
     go to the top       'gg'
     go to the bottom    'G'
     select item         'enter'
     Quit htui           'q'

Authentication

htui uses API token mechanism for authentication to Heroku, with HEROKU_API_KEY environment variable. If ~/.netrc file exists (UNIX), HEROKU_API_KEY is set automatically. If ~/.netrc doesn't exist, you need to set HEROKU_API_KEY manually :

  • Retrieve the API token :
    • heroku CLI : heroku auth:token
    • heroku account setting web page : API Key
  • export HEROKU_API_KEY="api token"

Build

git clone https://github.com/PierreKieffer/htui
go build

Built With

License

BSD

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
api
ui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL