Skip to content

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

License

Notifications You must be signed in to change notification settings

geek-fun/serverlessinsight

Repository files navigation

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