Sha256: d9190c495b1e28d0513f068bd0a6ddaf1ecfc6a02539d37cb7cd9341e5199476

Contents?: true

Size: 910 Bytes

Versions: 5

Compression:

Stored size: 910 Bytes

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

    $ devcenter pull error-pages

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

## License

See LICENSE.txt file.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
devcenter-0.0.5 README.md
devcenter-0.0.4 README.md
devcenter-0.0.3 README.md
devcenter-0.0.2 README.md
devcenter-0.0.1 README.md