0.0.2 • Published 6 years ago

funkube-cli v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

funkube-cli

Command line utility for deploying functions on Kubernetes via Funkube

Getting Started

Installation

Install it once globally:

npm install -g funkube-cli
cd my-app

# This will deploy `my-app` if there's a Dockerfile
fun

You’ll need to have Node >= 6 on your machine. You can use nvm to easily switch Node versions between different projects.

Local installation

git clone https://github.com/usermirror/funkube
cd funkube/packages/funkube-cli

npm install
npm link

# Now you can run this in any directory
fun