Installation
The SDK provides a set of commands to create, run and deploy a Node.js module or static assets on cloud servers.
Installation
To install the SDK you need Node.js installed on your computer. Look to https://nodejs.org/en/download/ to install it.
The SDK can be installed locally (and you'll use npx warp ...
to run commands):
npm install warp
or can be installed globally:
npm install -g warp
Session
Before using the SDK you need to enter a session. You have to use your ScaleDynamics credentials to be identified using:
npx warp login
Note that if you don't have a ScaleDynamics account yet, you can ask here https://console.scaledynamics.com/auth/signup/. We provide a FREE account for the community.
Usage
To get all other available commands you can use warp help
. Please refer to the command line documentation for details and supported options for each one.