@c6o/kubefwd
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

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}`, ...)

Package Sidebar

Install

npm i @c6o/kubefwd

Homepage

codezero.io

Weekly Downloads

1

Version

0.4.1

License

SEE LICENSE IN LICENSE.md

Unpacked Size

18.4 kB

Total Files

18

Last publish

Collaborators

  • nsainaney
  • conneryn