roast v2.3.17

Roast.io CLI
This CLI (command line interface) for https://www.roast.io lets you deploy JavaScript single page apps (React, Angular, Ember, and more) from your command line (terminal)
Installation
npm install roast -gUsage
Deploy a "single page app" JavaScript project that lives in my-project and builds to dist directory:
cd my-project/
roast deploy -p distConfiguration and Authentication
The first time you use the roast CLI command you'll be asked to authenticate.
Your access token is stored in ~/.roast/config.
Roast also stores a local .roast file in the folder where you run roast deploy from where the site_id is stored.
From CI (circleci, Travis CI, Jenkins, etc.)
- When you push your app to your CI server, you can configure the required
site_idandpathwith either:- The local
.roastfile (so you could check this into your repository) - or CLI options:
roast deploy -s MY-SITE-ID -p dist
- The local
- and must set the
ROAST_TOKENenvironment variable to your API token (found either in ~/.roast/config) or in the https://www.roast.io web UI after signing in
ROAST_TOKEN=MY_SECRET_TOKEN roast deploy -s MY-SITE-ID -p dist6 years ago
6 years ago
6 years ago
7 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago