funk-cli
v0.0.12
Published
Command line utility for running functions on Kubernetes
Downloads
36
Readme
funk-cli
Command line utility for deploying functions on Kubernetes with funk
Getting Started
Installation
Install it once globally:
npm install -g funk-cli
cd 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/funk
cd 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