2.3.17 • Published 6 years ago

roast v2.3.17

Weekly downloads
69
License
MIT
Repository
github
Last release
6 years ago

roast-logo-wordmark-black-github

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 -g

Usage

Deploy a "single page app" JavaScript project that lives in my-project and builds to dist directory:

cd my-project/
roast deploy -p dist

Configuration 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.)

  1. When you push your app to your CI server, you can configure the required site_id and path with either:
    1. The local .roast file (so you could check this into your repository)
    2. or CLI options: roast deploy -s MY-SITE-ID -p dist
  2. and must set the ROAST_TOKEN environment 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 dist
2.3.17

6 years ago

2.3.16

6 years ago

2.3.15

6 years ago

2.3.14

7 years ago

2.3.13

9 years ago

2.3.12

9 years ago

2.3.11

9 years ago

2.3.10

9 years ago

2.3.9

9 years ago

2.3.8

9 years ago

2.3.7

9 years ago

2.3.6

9 years ago

2.3.4

9 years ago

2.3.3

9 years ago

2.3.2

9 years ago

2.3.1

9 years ago

2.2.3

9 years ago

2.2.2

9 years ago

2.2.1

9 years ago

2.2.0

9 years ago

2.1.0

9 years ago

2.0.7

9 years ago

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

2.0.0

10 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago