ktool

command module
v0.0.0-...-77bde7e Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2019 License: MIT Imports: 3 Imported by: 0

README

ktool CLI

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

ktool is released under the MIT license. PRs welcome!

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 .

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
cmd

Jump to

Keyboard shortcuts

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