Free serverless solution for JavaScript Developers.
The Microfunctions CLI is a command-line interface tool that helps you to initialize, develop, and maintain your Microfunctions serverless
Read more here.
$ npm install -g @microfunctions/cli
$ microfunctions --help
$ microfunctions new my-function
$ cd my-function
$ npm run start
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
Learn more in the official documentation.
- Website - https://microfunctions.io
- Twitter - @microfunctions.io