funk-cli
Command line utility for deploying functions on Kubernetes with funk
Getting Started
Installation
Install it once globally:
npm install -g funk-clicd my-app # This will deploy `my-app` if there's a Dockerfile funk
You’ll need to have Node >= 9 on your machine. You can use nvm to easily switch Node versions between different projects.
Local installation
git clone https://github.com/usermirror/funkcd funk/packages/funk-cli npm install # On OSX npm run pkg-local # On Linux npm run pkg-linux-local # For multiple cross-platform binaries npm run pkg-all # Now you can run this in any directory funk