0.4.1 • Published 3 years ago

@c6o/kubefwd v0.4.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
3 years ago

CodeZero Kubefwd

The node package downloads kubefwd and makes it available to other processes.

The binary is stored in the /bin folder of this reposiroty.

Add to project

yarn add @c6o/kubefwd

Usage

getKubefwdCmd() - is an async command that will ensure kubefwd is available, and returns the path to the binary.

import { binaryName, getKubefwdCmd } from '@c6o/kubefwd'

//...
const kubefwd = await getKubefwdCmd()
spawn(`sudo -sE ${kubefwd} svc -n ${namespace}`, ...)
0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.6

3 years ago

0.2.3

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago