or autodetect
June 10, 2020 ยท View on GitHub
๐ง Tablo
The one point of view to all your task boards.
๐ก Idea
...
A full description of the idea is available here.
๐ Motivation
...
๐คผโโ๏ธ How to
Development
$ make init
$ source bin/activate
# PATH -> bin/:PATH
# go get -mod= -> get
...
$ deactivate
๐งฉ Installation
Homebrew
$ brew install octolab/tap/tablo
Binary
$ curl -sSfL https://raw.githubusercontent.com/octopot/tablo/master/bin/install | sh
# or
$ wget -qO- https://raw.githubusercontent.com/octopot/tablo/master/bin/install | sh
Don't forget about security.
Source
# use standard go tools
$ go get github.com/octopot/tablo/cmd/client@latest
$ go get github.com/octopot/tablo/cmd/server@latest
# or use egg tool
$ egg tools add github.com/octopot/tablo/cmd/client@latest
$ egg tools add github.com/octopot/tablo/cmd/server@latest
egg is an
extended go get.
Bash and Zsh completions
$ tablo completion bash > /path/to/bash_completion.d/tablo.sh
$ tablo completion zsh > /path/to/zsh-completions/_tablo.zsh
# or autodetect
$ source <(tablo completion)
See
kubectldocumentation.
made with โค๏ธ for everyone