kbf

command module
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: May 4, 2020 License: GPL-3.0 Imports: 26 Imported by: 0

README

KBF

Kubernetes yml port-forward

Use

Usage: kbf port-forward [flags]

Flags: -f, --file string forward file path (default $PWD/forward.yml) -h, --help help for port-forward

Forward file structure

services:
  - name: service-01
    namespace: default
    port: 8080
    targetPort: 880
  - name: service-02
    namespace: default
    port: 8081
    targetPort: 8080

Build

git clone https://github.com/eduardobarbosa/kbf.git
cd kbf
go build
./kbf --help

Install using Homebrew

brew tap eduardobarbosa/core
brew install eduardobarbosa/core/kbf

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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