Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.43 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.43 KB

ServerlessInsight

Node.js CI release npm version Known Vulnerabilities License codecov

Full life cycle cross providers serverless application management for your fast-growing business.

Quick Start

prerequisites

  • Node.js 16.x

Install

npm install -g @geek-fun/serverlessinsight

Usage

si -h

Initialize a new project

si init

Deploy the application

si deploy

Remove the application

si remove

Development

Link ServerlessInsight globally to use the CLI tool.

npm run build
npm link

run the command then:

si -h