Socket
Socket
Sign inDemoInstall

@heroku-cli/plugin-run

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heroku-cli/plugin-run

Heroku CLI plugin to run one-off dyno processes.


Version published
Weekly downloads
6K
decreased by-17.44%
Maintainers
2
Weekly downloads
 
Created
Source

heroku-run Circle CI

codecov License

Heroku CLI plugin to run one-off dyno processes.

Commands

heroku run

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

Keywords

FAQs

Package last updated on 07 Feb 2018

Did you know?

Socket

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.

Install

Related posts

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