Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
v5.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 31, 2018
1 parent a8e3d01 commit 05b7b91
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 32 deletions.
55 changes: 24 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ Commands
========

<!-- commands -->
* [`@heroku-cli/plugin-local local [PROCESSNAME]`](#heroku-cli-plugin-local-local-processname)
* [`@heroku-cli/plugin-local local:run`](#heroku-cli-plugin-local-localrun)
* [`@heroku-cli/plugin-local local:start [PROCESSNAME]`](#heroku-cli-plugin-local-localstart-processname)
* [`@heroku-cli/plugin-local local:version`](#heroku-cli-plugin-local-localversion)
* [`heroku local [PROCESSNAME]`](#heroku-local-processname)
* [`heroku local:run`](#heroku-localrun)
* [`heroku local:start [PROCESSNAME]`](#heroku-localstart-processname)
* [`heroku local:version`](#heroku-localversion)

## `@heroku-cli/plugin-local local [PROCESSNAME]`
## `heroku local [PROCESSNAME]`

run heroku app locally

```
USAGE
$ @heroku-cli/plugin-local local [PROCESSNAME]
$ heroku local [PROCESSNAME]
OPTIONS
-e, --env=env location of env file (defaults to .env)
Expand All @@ -43,39 +43,36 @@ OPTIONS
DESCRIPTION
Start the application specified by a Procfile (defaults to ./Procfile)
Examples:
heroku local
heroku local web
heroku local web=2
heroku local web=1,worker=2
EXAMPLES
$ heroku local
$ heroku local web
$ heroku local web=2
$ heroku local web=1,worker=2
```

## `@heroku-cli/plugin-local local:run`
## `heroku local:run`

run a one-off command

```
USAGE
$ @heroku-cli/plugin-local local:run
$ heroku local:run
OPTIONS
-e, --env=env
-p, --port=port
DESCRIPTION
Example:
heroku local:run bin/migrate
EXAMPLES
$ heroku local:run bin/migrate
```

## `@heroku-cli/plugin-local local:start [PROCESSNAME]`
## `heroku local:start [PROCESSNAME]`

run heroku app locally

```
USAGE
$ @heroku-cli/plugin-local local:start [PROCESSNAME]
$ heroku local:start [PROCESSNAME]
OPTIONS
-e, --env=env location of env file (defaults to .env)
Expand All @@ -85,23 +82,19 @@ OPTIONS
DESCRIPTION
Start the application specified by a Procfile (defaults to ./Procfile)
Examples:
heroku local
heroku local web
heroku local web=2
heroku local web=1,worker=2
EXAMPLES
$ heroku local
$ heroku local web
$ heroku local web=2
$ heroku local web=1,worker=2
```

## `@heroku-cli/plugin-local local:version`
## `heroku local:version`

display node-foreman version

```
USAGE
$ @heroku-cli/plugin-local local:version
DESCRIPTION
Display node-foreman version
$ heroku local:version
```
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-local",
"description": "run heroku apps locally",
"version": "5.1.24",
"version": "5.1.25",
"author": "Jeff Dickey @dickeyxxx",
"bugs": {
"url": "https://github.com/heroku/heroku-local/issues"
Expand Down

0 comments on commit 05b7b91

Please sign in to comment.