GitXplorerGitXplorer
j

ktool

public
4 stars
0 forks
4 issues

Commits

List of commits on branch master.
Unverified
77bde7e54aaf441d2320286659432f0caeadd03c

Added new interface

jjonnydgreen committed 5 years ago
Unverified
99a9a2d40603e0c34d54ea9f059b61c0e041de1f

Updated README

jjonnydgreen committed 5 years ago
Unverified
40dbc00545172460df03a8400ac488b5fd782c16

Added pod logs watching

jjonnydgreen committed 5 years ago
Unverified
2dc0ebb88093865e3a165abdbf7a36b6bc05ad97

Revamped so we can install from go get

jjonnydgreen committed 5 years ago
Unverified
da71578d6d8034fc14edfba33449909f762e33ee

Got semi working

jjonnydgreen committed 5 years ago
Unverified
06b9cc9e9283dd848c0645899445131a9b2ee6b8

Refactored to use golang only

jjonnydgreen committed 5 years ago

README

The README file for this repository.

ktool CLI

A CLI that calls common kubernetes commands to make managing it easier.

ktool is released under the MIT license. PRs welcome! Follow @gaussianfrog

Install

git clone https://github.com/projectjudge/ktool.git
cp ktool/bin/ktool <somewhere_in_your_path>/ktool

Or

go get github.com/projectjudge/ktool

Usage

Open a new pane/terminal and run:

$ ktool -h
Ktool is a simplified kubectl

Usage:
  ktool [flags]
  ktool [command]

Available Commands:
  a           Watch all the pods in a k8s cluster
  help        Help about any command
  l           Watch a pods logs

Flags:
  -h, --help   help for ktool

Use "ktool [command] --help" for more information about a command.

Devving

Single build

./build.sh

Watcher build

gomon **/*.go -- go build -o bin/ktool .