1.0.0-beta.2 • Published 6 months ago

@semoss/cli v1.0.0-beta.2

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

@semoss\cli

@semoss\cli is a small cli that accelerates the process of deploying an app.

Getting Started:

Install the cli and you are ready to go:

npm -g install @semoss/cli

Using the cli:

First define a few environment variables:

MODULE      = ***URL HERE*** # Path to the application server
ACCESS_KEY  = ***KEY HERE*** # Access ID to the application server
SECRET_KEY  = ***KEY HERE*** # Secret Key to the application server

Next, initialize the app:

@semoss/cli init -n="name"

Make any changes and deploy by running:

@semoss/cli deploy