![Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility](https://cdn.sanity.io/images/cgdhsj6q/production/97774ea8c88cc8f4bed2766c31994ebc38116948-1664x1366.png?w=400&fit=max&auto=format)
Security News
Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
@heroku-cli/plugin-run
Advanced tools
Heroku CLI plugin to run one-off dyno processes.
run a one-off process inside a heroku dyno
-s, --size
dyno size
--exit-code
passthrough the exit code of the remote command
run a one-off process inside a Heroku dyno
Example:
$ heroku run bash
Running bash on app... up, run.1
~ $
$ heroku run -s hobby -- myscript.sh -a arg1 -s arg2
Running myscript.sh -a arg1 -s arg2 on app... up, run.1
display recent log output
USAGE
$ @heroku-cli/plugin-run logs
OPTIONS
-a, --app=app (required) app to run command against
-d, --dyno=dyno dyno to limit filter by
-n, --num=num number of lines to display
-r, --remote=remote git remote of app to use
-s, --source=source log source to limit filter by
-t, --tail continually stream logs
--force-colors force use of colors (even on non-tty output)
DESCRIPTION
Example:
$ heroku logs
2012-01-01T12:00:00+00:00 heroku[api]: Config add EXAMPLE by email@example.com
2012-01-01T12:00:01+00:00 heroku[api]: Release v1 created by email@example.com
run a one-off process inside a heroku dyno
USAGE
$ @heroku-cli/plugin-run run
OPTIONS
-a, --app=app (required) app to run command against
-e, --env=env environment variables to set (use ';' to split multiple vars)
-r, --remote=remote git remote of app to use
-s, --size=size dyno size
-x, --exit-code passthrough the exit code of the remote command
--no-tty force the command to not run in a tty
--type=type process type
DESCRIPTION
Examples:
$ heroku run bash
Running bash on app.... up, run.1
~ $
$ heroku run -s hobby -- myscript.sh -a arg1 -s arg2
Running myscript.sh -a arg1 -s arg2 on app.... up, run.1
run a detached dyno, where output is sent to your logs
USAGE
$ @heroku-cli/plugin-run run:detached
OPTIONS
-a, --app=app (required) app to run command against
-e, --env=env environment variables to set (use ';' to split multiple vars)
-r, --remote=remote git remote of app to use
-s, --size=size dyno size
-t, --tail stream logs from the dyno
--type=type process type
DESCRIPTION
Example:
$ heroku run:detached ls
Running ls on app [detached]... up, run.1
Run heroku logs -a app -p run.1 to view the output.
run a detached dyno, where output is sent to your logs
USAGE
$ @heroku-cli/plugin-run run:detached
OPTIONS
-a, --app=app (required) app to run command against
-e, --env=env environment variables to set (use ';' to split multiple vars)
-r, --remote=remote git remote of app to use
-s, --size=size dyno size
-t, --tail stream logs from the dyno
--type=type process type
DESCRIPTION
Example:
$ heroku run:detached ls
Running ls on app [detached]... up, run.1
Run heroku logs -a app -p run.1 to view the output.
FAQs
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/@heroku-cli/plugin-run.svg)](https://npmjs.org/package/@heroku-cli/plugin-run) [![CircleCI](https://circleci.com/gh/heroku/heroku
The npm package @heroku-cli/plugin-run receives a total of 4,475 weekly downloads. As such, @heroku-cli/plugin-run popularity was classified as popular.
We found that @heroku-cli/plugin-run demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 27 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
Security News
React's CRA deprecation announcement sparked community criticism over framework recommendations, leading to quick updates acknowledging build tools like Vite as valid alternatives.
Security News
Ransomware payment rates hit an all-time low in 2024 as law enforcement crackdowns, stronger defenses, and shifting policies make attacks riskier and less profitable.