Socket
Socket
Sign inDemoInstall

@heroku-cli/plugin-run

Package Overview
Dependencies
Maintainers
24
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heroku-cli/plugin-run - npm Package Compare versions

Comparing version 7.67.0 to 7.67.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [7.67.1](https://github.com/heroku/cli/compare/v7.67.0...v7.67.1) (2022-11-30)
**Note:** Version bump only for package @heroku-cli/plugin-run
# [7.67.0](https://github.com/heroku/cli/compare/v7.66.4...v7.67.0) (2022-11-29)

@@ -8,0 +16,0 @@

2

lib/commands/run/index.js

@@ -50,3 +50,3 @@ "use strict";

'$ heroku run bash',
'$ heroku run -s hobby -- myscript.sh -a arg1 -s arg2',
'$ heroku run -s standard-2x -- myscript.sh -a arg1 -s arg2',
];

@@ -53,0 +53,0 @@ // This is to allow for variable length arguments

@@ -1,1 +0,1 @@

{"version":"7.67.0","commands":{"console":{"id":"console","pluginName":"@heroku-cli/plugin-run","pluginType":"core","hidden":true,"aliases":[],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"size":{"name":"size","type":"option","char":"s","description":"dyno size"},"env":{"name":"env","type":"option","char":"e","description":"environment variables to set (use ';' to split multiple vars)"}},"args":[]},"logs":{"id":"logs","description":"display recent log output\ndisable colors with --no-color, HEROKU_LOGS_COLOR=0, or HEROKU_COLOR=0","pluginName":"@heroku-cli/plugin-run","pluginType":"core","aliases":[],"examples":["$ heroku logs --app=my-app","$ heroku logs --num=50","$ heroku logs --dyno=web --app=my-app","$ heroku logs --app=my-app --tail"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"num":{"name":"num","type":"option","char":"n","description":"number of lines to display"},"ps":{"name":"ps","type":"option","char":"p","description":"hidden alias for dyno","hidden":true},"dyno":{"name":"dyno","type":"option","char":"d","description":"only show output from this dyno type (such as \"web\" or \"worker\")"},"source":{"name":"source","type":"option","char":"s","description":"only show output from this source (such as \"app\" or \"heroku\")"},"tail":{"name":"tail","type":"boolean","char":"t","description":"continually stream logs","allowNo":false},"force-colors":{"name":"force-colors","type":"boolean","description":"force use of colors (even on non-tty output)","allowNo":false}},"args":[]},"rake":{"id":"rake","pluginName":"@heroku-cli/plugin-run","pluginType":"core","hidden":true,"aliases":[],"flags":{"app":{"name":"app","type":"option","char":"a","description":"parent app used by review apps","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"size":{"name":"size","type":"option","char":"s","description":"dyno size"},"exit-code":{"name":"exit-code","type":"boolean","char":"x","description":"passthrough the exit code of the remote command","allowNo":false},"env":{"name":"env","type":"option","char":"e","description":"environment variables to set (use ';' to split multiple vars)"},"no-tty":{"name":"no-tty","type":"boolean","description":"force the command to not run in a tty","allowNo":false}},"args":[]},"run:detached":{"id":"run:detached","description":"run a detached dyno, where output is sent to your logs","pluginName":"@heroku-cli/plugin-run","pluginType":"core","aliases":[],"examples":["$ heroku run:detached ls"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"env":{"name":"env","type":"option","char":"e","description":"environment variables to set (use ';' to split multiple vars)"},"size":{"name":"size","type":"option","char":"s","description":"dyno size"},"tail":{"name":"tail","type":"boolean","char":"t","description":"continually stream logs","allowNo":false},"type":{"name":"type","type":"option","description":"process type"}},"args":[]},"run":{"id":"run","description":"run a one-off process inside a heroku dyno\nShows a notification if the dyno takes more than 20 seconds to start.","pluginName":"@heroku-cli/plugin-run","pluginType":"core","aliases":[],"examples":["$ heroku run bash","$ heroku run -s hobby -- myscript.sh -a arg1 -s arg2"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"parent app used by review apps","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"size":{"name":"size","type":"option","char":"s","description":"dyno size"},"type":{"name":"type","type":"option","description":"process type"},"exit-code":{"name":"exit-code","type":"boolean","char":"x","description":"passthrough the exit code of the remote command","allowNo":false},"env":{"name":"env","type":"option","char":"e","description":"environment variables to set (use ';' to split multiple vars)"},"no-tty":{"name":"no-tty","type":"boolean","description":"force the command to not run in a tty","allowNo":false},"listen":{"name":"listen","type":"boolean","description":"listen on a local port","hidden":true,"allowNo":false},"no-notify":{"name":"no-notify","type":"boolean","description":"disables notification when dyno is up (alternatively use HEROKU_NOTIFICATIONS=0)","allowNo":false}},"args":[]},"run:inside":{"id":"run:inside","description":"run a one-off process inside an existing heroku dyno","pluginName":"@heroku-cli/plugin-run","pluginType":"core","hidden":true,"aliases":[],"examples":["$ heroku run:inside web.1 bash"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"exit-code":{"name":"exit-code","type":"boolean","char":"x","description":"passthrough the exit code of the remote command","allowNo":false},"env":{"name":"env","type":"option","char":"e","description":"environment variables to set (use ';' to split multiple vars)"},"listen":{"name":"listen","type":"boolean","description":"listen on a local port","hidden":true,"allowNo":false}},"args":[]}}}
{"version":"7.67.1","commands":{"console":{"id":"console","pluginName":"@heroku-cli/plugin-run","pluginType":"core","hidden":true,"aliases":[],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true,"default":"z-test-app-1"},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"size":{"name":"size","type":"option","char":"s","description":"dyno size"},"env":{"name":"env","type":"option","char":"e","description":"environment variables to set (use ';' to split multiple vars)"}},"args":[]},"logs":{"id":"logs","description":"display recent log output\ndisable colors with --no-color, HEROKU_LOGS_COLOR=0, or HEROKU_COLOR=0","pluginName":"@heroku-cli/plugin-run","pluginType":"core","aliases":[],"examples":["$ heroku logs --app=my-app","$ heroku logs --num=50","$ heroku logs --dyno=web --app=my-app","$ heroku logs --app=my-app --tail"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true,"default":"z-test-app-1"},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"num":{"name":"num","type":"option","char":"n","description":"number of lines to display"},"ps":{"name":"ps","type":"option","char":"p","description":"hidden alias for dyno","hidden":true},"dyno":{"name":"dyno","type":"option","char":"d","description":"only show output from this dyno type (such as \"web\" or \"worker\")"},"source":{"name":"source","type":"option","char":"s","description":"only show output from this source (such as \"app\" or \"heroku\")"},"tail":{"name":"tail","type":"boolean","char":"t","description":"continually stream logs","allowNo":false},"force-colors":{"name":"force-colors","type":"boolean","description":"force use of colors (even on non-tty output)","allowNo":false}},"args":[]},"rake":{"id":"rake","pluginName":"@heroku-cli/plugin-run","pluginType":"core","hidden":true,"aliases":[],"flags":{"app":{"name":"app","type":"option","char":"a","description":"parent app used by review apps","required":true,"default":"z-test-app-1"},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"size":{"name":"size","type":"option","char":"s","description":"dyno size"},"exit-code":{"name":"exit-code","type":"boolean","char":"x","description":"passthrough the exit code of the remote command","allowNo":false},"env":{"name":"env","type":"option","char":"e","description":"environment variables to set (use ';' to split multiple vars)"},"no-tty":{"name":"no-tty","type":"boolean","description":"force the command to not run in a tty","allowNo":false}},"args":[]},"run:detached":{"id":"run:detached","description":"run a detached dyno, where output is sent to your logs","pluginName":"@heroku-cli/plugin-run","pluginType":"core","aliases":[],"examples":["$ heroku run:detached ls"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true,"default":"z-test-app-1"},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"env":{"name":"env","type":"option","char":"e","description":"environment variables to set (use ';' to split multiple vars)"},"size":{"name":"size","type":"option","char":"s","description":"dyno size"},"tail":{"name":"tail","type":"boolean","char":"t","description":"continually stream logs","allowNo":false},"type":{"name":"type","type":"option","description":"process type"}},"args":[]},"run":{"id":"run","description":"run a one-off process inside a heroku dyno\nShows a notification if the dyno takes more than 20 seconds to start.","pluginName":"@heroku-cli/plugin-run","pluginType":"core","aliases":[],"examples":["$ heroku run bash","$ heroku run -s standard-2x -- myscript.sh -a arg1 -s arg2"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"parent app used by review apps","required":true,"default":"z-test-app-1"},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"size":{"name":"size","type":"option","char":"s","description":"dyno size"},"type":{"name":"type","type":"option","description":"process type"},"exit-code":{"name":"exit-code","type":"boolean","char":"x","description":"passthrough the exit code of the remote command","allowNo":false},"env":{"name":"env","type":"option","char":"e","description":"environment variables to set (use ';' to split multiple vars)"},"no-tty":{"name":"no-tty","type":"boolean","description":"force the command to not run in a tty","allowNo":false},"listen":{"name":"listen","type":"boolean","description":"listen on a local port","hidden":true,"allowNo":false},"no-notify":{"name":"no-notify","type":"boolean","description":"disables notification when dyno is up (alternatively use HEROKU_NOTIFICATIONS=0)","allowNo":false}},"args":[]},"run:inside":{"id":"run:inside","description":"run a one-off process inside an existing heroku dyno","pluginName":"@heroku-cli/plugin-run","pluginType":"core","hidden":true,"aliases":[],"examples":["$ heroku run:inside web.1 bash"],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true,"default":"z-test-app-1"},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"exit-code":{"name":"exit-code","type":"boolean","char":"x","description":"passthrough the exit code of the remote command","allowNo":false},"env":{"name":"env","type":"option","char":"e","description":"environment variables to set (use ';' to split multiple vars)"},"listen":{"name":"listen","type":"boolean","description":"listen on a local port","hidden":true,"allowNo":false}},"args":[]}}}
{
"name": "@heroku-cli/plugin-run",
"version": "7.67.0",
"version": "7.67.1",
"author": "Chris Freeman @cafreeman",

@@ -78,3 +78,3 @@ "bugs": "https://github.com/heroku/cli/issues",

},
"gitHead": "74b9b556bdee07fbc557314c1cf9332cacb15ac2"
"gitHead": "320d69ad37209decff28dbae61416f3ee1b60948"
}

@@ -24,3 +24,3 @@ # @heroku-cli/plugin-run

$ heroku (-v|--version|version)
@heroku-cli/plugin-run/7.67.0 darwin-x64 node-v16.13.2
@heroku-cli/plugin-run/7.67.1 darwin-x64 node-v16.0.0
$ heroku --help [COMMAND]

@@ -49,3 +49,3 @@ USAGE

OPTIONS
-a, --app=app (required) app to run command against
-a, --app=app (required) [default: z-test-app-1] app to run command against
-d, --dyno=dyno only show output from this dyno type (such as "web" or "worker")

@@ -68,3 +68,3 @@ -n, --num=num number of lines to display

_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v7.67.0/src/commands/logs.ts)_
_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v7.67.1/src/commands/logs.ts)_

@@ -80,3 +80,3 @@ ## `heroku run`

OPTIONS
-a, --app=app (required) parent app used by review apps
-a, --app=app (required) [default: z-test-app-1] parent app used by review apps
-e, --env=env environment variables to set (use ';' to split multiple vars)

@@ -95,6 +95,6 @@ -r, --remote=remote git remote of app to use

$ heroku run bash
$ heroku run -s hobby -- myscript.sh -a arg1 -s arg2
$ heroku run -s standard-2x -- myscript.sh -a arg1 -s arg2
```
_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v7.67.0/src/commands/run/index.ts)_
_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v7.67.1/src/commands/run/index.ts)_

@@ -110,3 +110,3 @@ ## `heroku run:detached`

OPTIONS
-a, --app=app (required) app to run command against
-a, --app=app (required) [default: z-test-app-1] app to run command against
-e, --env=env environment variables to set (use ';' to split multiple vars)

@@ -122,3 +122,3 @@ -r, --remote=remote git remote of app to use

_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v7.67.0/src/commands/run/detached.ts)_
_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v7.67.1/src/commands/run/detached.ts)_
<!-- commandsstop -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc