Sha256: 20925cf25c69ff98028ecbfdefe86289ac2c3623d91a667f216720b3ca57d683

Contents?: true

Size: 1.2 KB

Versions: 12

Compression:

Stored size: 1.2 KB

Contents

# Devcenter

CLI to interact with Heroku's Dev Center

## Installation

    $ gem install devcenter

## Usage

### Open a published article

    $ devcenter open error-pages

### Save a local copy of an article

You can pull an article from its slug

    $ devcenter pull article-slug

or from its URL:

    $ devcenter pull https://devcenter.heroku.com/articles/article-slug

This will save an `article-slug.md` text file in your local directory. The file includes some metadata (article title and id) followed by the article content in markdown format. You can edit both the title and the content, but **never overwrite the article id**.

### Preview a local copy of an article

    $ devcenter preview dynos

This will open a preview in your default browser and get it refreshed when you save the file. You can specify `--port` and `--host` options to customize the preview web server.

### Help

Get available commands

    $ devcenter help

Get help about a specific command

    $ devcenter help pull

### Development

If you have a Dev Center instance, you can point your CLI to it by setting the `DEVCENTER_BASE_URL` env. var (e.g: `export DEVCENTER_BASE_URL=http://localhost:3000`).

## License

See LICENSE.txt file.

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
devcenter-1.0.4 README.md
devcenter-1.0.3 README.md
devcenter-1.0.1 README.md
devcenter-1.0.0 README.md
devcenter-0.0.14 README.md
devcenter-0.0.13 README.md
devcenter-0.0.12 README.md
devcenter-0.0.11 README.md
devcenter-0.0.10 README.md
devcenter-0.0.9 README.md
devcenter-0.0.8 README.md
devcenter-0.0.6 README.md