8.1.4 • Published 12 months ago

@heroku-cli/plugin-run v8.1.4

Weekly downloads
13,995
License
MIT
Repository
github
Last release
12 months ago

@heroku-cli/plugin-run

oclif Version CircleCI Appveyor CI Downloads/week License

Usage

$ npm install -g @heroku-cli/plugin-run
$ heroku COMMAND
running command...
$ heroku (--version|-v)
@heroku-cli/plugin-run/8.1.4 darwin-x64 node-v16.19.0
$ heroku --help [COMMAND]
USAGE
  $ heroku COMMAND
...

Commands

heroku logs

display recent log output

USAGE
  $ heroku logs -a <value> [-r <value>] [-n <value>] [-d <value>] [-s <value>] [-t] [--force-colors]

FLAGS
  -a, --app=<value>     (required) app to run command against
  -d, --dyno=<value>    only show output from this dyno type (such as "web" or "worker")
  -n, --num=<value>     number of lines to display
  -r, --remote=<value>  git remote of app to use
  -s, --source=<value>  only show output from this source (such as "app" or "heroku")
  -t, --tail            continually stream logs
  --force-colors        force use of colors (even on non-tty output)

DESCRIPTION
  display recent log output
  disable colors with --no-color, HEROKU_LOGS_COLOR=0, or HEROKU_COLOR=0

EXAMPLES
  $ heroku logs --app=my-app

  $ heroku logs --num=50

  $ heroku logs --dyno=web --app=my-app

  $ heroku logs --app=my-app --tail

See code: src/commands/logs.ts

heroku run

run a one-off process inside a heroku dyno

USAGE
  $ heroku run -a <value> [-r <value>] [-s <value>] [--type <value>] [-x] [-e <value>] [--no-tty]
    [--no-notify]

FLAGS
  -a, --app=<value>     (required) parent app used by review apps
  -e, --env=<value>     environment variables to set (use ';' to split multiple vars)
  -r, --remote=<value>  git remote of app to use
  -s, --size=<value>    dyno size
  -x, --exit-code       passthrough the exit code of the remote command
  --no-notify           disables notification when dyno is up (alternatively use HEROKU_NOTIFICATIONS=0)
  --no-tty              force the command to not run in a tty
  --type=<value>        process type

DESCRIPTION
  run a one-off process inside a heroku dyno
  Shows a notification if the dyno takes more than 20 seconds to start.

EXAMPLES
  $ heroku run bash

  $ heroku run -s standard-2x -- myscript.sh -a arg1 -s arg2

See code: src/commands/run/index.ts

heroku run:detached

run a detached dyno, where output is sent to your logs

USAGE
  $ heroku run:detached -a <value> [-r <value>] [-e <value>] [-s <value>] [-t] [--type <value>]

FLAGS
  -a, --app=<value>     (required) app to run command against
  -e, --env=<value>     environment variables to set (use ';' to split multiple vars)
  -r, --remote=<value>  git remote of app to use
  -s, --size=<value>    dyno size
  -t, --tail            continually stream logs
  --type=<value>        process type

DESCRIPTION
  run a detached dyno, where output is sent to your logs

EXAMPLES
  $ heroku run:detached ls

See code: src/commands/run/detached.ts

8.1.4-beta.0

12 months ago

8.1.4

12 months ago

8.0.5

1 year ago

8.0.6

1 year ago

8.1.0

1 year ago

8.0.5-beta.1

1 year ago

8.0.2

1 year ago

8.0.2-beta.1

1 year ago

8.0.2-beta.0

1 year ago

7.68.0

1 year ago

8.0.1

1 year ago

8.0.0

1 year ago

7.67.1

1 year ago

7.67.0

1 year ago

7.66.3

1 year ago

7.60.0

2 years ago

7.56.0

3 years ago

7.53.0

3 years ago

7.54.0

3 years ago

7.47.13

3 years ago

7.43.0

4 years ago

7.42.9

4 years ago

7.42.8

4 years ago

7.42.7

4 years ago

7.42.5

4 years ago

7.42.2

4 years ago

7.41.1

4 years ago

7.41.0

4 years ago

7.38.1

4 years ago

7.38.0

4 years ago

7.34.0

4 years ago

7.32.0

5 years ago

7.31.1

5 years ago

7.31.0

5 years ago

7.30.0

5 years ago

7.25.0

5 years ago

7.24.0

5 years ago

7.1.0

6 years ago

3.8.10

6 years ago

3.8.9

6 years ago

3.8.8

6 years ago

3.8.7

6 years ago

3.8.6

6 years ago

3.8.5

6 years ago

3.8.4

6 years ago

3.8.3

6 years ago

3.8.2

6 years ago

3.8.1

6 years ago

3.8.0

6 years ago

3.7.0

6 years ago

3.6.3

6 years ago

3.6.2

6 years ago

3.6.1

6 years ago

3.6.0

6 years ago

3.5.14

6 years ago

3.5.13

6 years ago

3.5.11

6 years ago

3.5.10

6 years ago

3.5.9

6 years ago

3.5.8

6 years ago

3.5.5

6 years ago

3.5.4

6 years ago