Skip to content

MicroFunctions is serverless platform for JavaScript Developers bthat lets you deploy small bits of code without having to worry about the underlying infrastructure plumbing. It leverages Kubernetes resources to provide auto-scaling, API routing, monitoring

Notifications You must be signed in to change notification settings

microfunctionsio/microfunctions-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Microfunction Logo

Free serverless solution for JavaScript Developers.

Description

The Microfunctions CLI is a command-line interface tool that helps you to initialize, develop, and maintain your Microfunctions serverless

Read more here.

Installation

$ npm install -g @microfunctions/cli

Basic workflow

$ microfunctions --help

$ microfunctions new my-function
$ cd  my-function
$ npm run start

Command overview

Command	Alias	Description
new	n	Scaffolds a new function with all boilerplate files needed to run.

deploy  d	Deploy microfunctions .

replicas r	Replicas microfunctions (A ReplicaSets purpose is to maintain a stable set of replica Pods running at any given time. As such, it is often used to guarantee the availability of a specified number of identical Pods.).

start start start your functions

stop stop stop your functions

logs l show logs for your functions

status status show status for your functions

Usage

Learn more in the official documentation.

Stay in touch

About

MicroFunctions is serverless platform for JavaScript Developers bthat lets you deploy small bits of code without having to worry about the underlying infrastructure plumbing. It leverages Kubernetes resources to provide auto-scaling, API routing, monitoring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published