2.3.17 • Published 4 years ago

roast v2.3.17

Weekly downloads
69
License
MIT
Repository
github
Last release
4 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

4 years ago

2.3.16

4 years ago

2.3.15

4 years ago

2.3.14

5 years ago

2.3.13

7 years ago

2.3.12

7 years ago

2.3.11

7 years ago

2.3.10

7 years ago

2.3.9

7 years ago

2.3.8

7 years ago

2.3.7

7 years ago

2.3.6

7 years ago

2.3.4

7 years ago

2.3.3

7 years ago

2.3.2

7 years ago

2.3.1

7 years ago

2.2.3

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.7

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

2.0.0

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago