Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@heroku-cli/plugin-ps-exec

Package Overview
Dependencies
Maintainers
51
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heroku-cli/plugin-ps-exec - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

LICENSE.md

2

commands/copy.js
'use strict';
const cli = require('heroku-cli-util');
const cli = require('@heroku/heroku-cli-util')
const exec = require('@heroku-cli/heroku-exec-util');

@@ -5,0 +5,0 @@ const co = require('co');

'use strict';
const cli = require('heroku-cli-util');
const cli = require('@heroku/heroku-cli-util')
const exec = require('@heroku-cli/heroku-exec-util');

@@ -63,3 +63,3 @@ const co = require('co');

cli.log(`Use ${cli.color.magenta('CTRL+C')} to stop port fowarding`)
cli.log(`Use ${cli.color.magenta('CTRL+C')} to stop port forwarding`)
});

@@ -66,0 +66,0 @@ });

'use strict';
const cli = require('heroku-cli-util');
const cli = require('@heroku/heroku-cli-util')
const exec = require('@heroku-cli/heroku-exec-util');

@@ -5,0 +5,0 @@ const co = require('co');

'use strict'
const cli = require('heroku-cli-util')
const cli = require('@heroku/heroku-cli-util')
const exec = require('@heroku-cli/heroku-exec-util')

@@ -5,0 +5,0 @@ const co = require('co')

'use strict';
const cli = require('heroku-cli-util');
const cli = require('@heroku/heroku-cli-util')
const exec = require('@heroku-cli/heroku-exec-util');

@@ -5,0 +5,0 @@ const co = require('co');

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

{"version":"2.4.0","commands":{"ps:exec":{"id":"ps:exec","description":"Create an SSH session to a dyno\nExample:\n\n $ heroku ps:exec 'node -i' --app murmuring-headland-14719","pluginName":"@heroku-cli/plugin-ps-exec","pluginType":"core","hidden":false,"aliases":[],"flags":{"dyno":{"name":"dyno","type":"option","char":"d","description":"specify the dyno to connect to","required":false},"ssh":{"name":"ssh","type":"boolean","description":"use native ssh","required":false},"status":{"name":"status","type":"boolean","description":"lists the status of the SSH server in the dyno","required":false},"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"}},"args":[]},"ps:socks":{"id":"ps:socks","description":"Launch a SOCKS proxy into a dyno\nExample:\n\n $ heroku ps:socks --app murmuring-headland-14719\n Establishing credentials... done\n SOCKSv5 proxy server started on port 1080\n Use CTRL+C to stop the proxy","pluginName":"@heroku-cli/plugin-ps-exec","pluginType":"core","hidden":false,"aliases":[],"flags":{"dyno":{"name":"dyno","type":"option","char":"d","description":"specify the dyno to connect to","required":false},"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"}},"args":[]},"ps:forward":{"id":"ps:forward","description":"Forward traffic on a local port to a dyno\nProvide a port or comma-separated list of ports to forward.\n\n For example, \"4000,9000:9001\" will forward port 4000 to port 4000 and\n port 9000 to port 9001.\n\n Example:\n\n $ heroku ps:forward 8080 --app murmuring-headland-14719","pluginName":"@heroku-cli/plugin-ps-exec","pluginType":"core","hidden":false,"aliases":[],"flags":{"dyno":{"name":"dyno","type":"option","char":"d","description":"specify the dyno to connect to","required":false},"localPort":{"name":"localPort","type":"option","char":"p","description":"the local port to use","hidden":true,"required":false},"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"}},"args":[{"name":"port","required":true}]},"ps:copy":{"id":"ps:copy","description":"Copy a file from a dyno to the local filesystem\nExample:\n\n $ heroku ps:copy FILENAME --app murmuring-headland-14719","pluginName":"@heroku-cli/plugin-ps-exec","pluginType":"core","hidden":false,"aliases":[],"flags":{"dyno":{"name":"dyno","type":"option","char":"d","description":"specify the dyno to connect to","required":false},"output":{"name":"output","type":"option","char":"o","description":"the name of the output file","required":false},"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"}},"args":[{"name":"file","required":true}]}}}
{"version":"2.5.0","commands":{"ps:exec":{"id":"ps:exec","description":"Create an SSH session to a dyno\nExample:\n\n $ heroku ps:exec 'node -i' --app murmuring-headland-14719","pluginName":"@heroku-cli/plugin-ps-exec","pluginType":"core","hidden":false,"aliases":[],"flags":{"dyno":{"name":"dyno","type":"option","char":"d","description":"specify the dyno to connect to","required":false},"ssh":{"name":"ssh","type":"boolean","description":"use native ssh","required":false,"allowNo":false},"status":{"name":"status","type":"boolean","description":"lists the status of the SSH server in the dyno","required":false,"allowNo":false},"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"}},"args":[]},"ps:socks":{"id":"ps:socks","description":"Launch a SOCKS proxy into a dyno\nExample:\n\n $ heroku ps:socks --app murmuring-headland-14719\n Establishing credentials... done\n SOCKSv5 proxy server started on port 1080\n Use CTRL+C to stop the proxy","pluginName":"@heroku-cli/plugin-ps-exec","pluginType":"core","hidden":false,"aliases":[],"flags":{"dyno":{"name":"dyno","type":"option","char":"d","description":"specify the dyno to connect to","required":false},"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"}},"args":[]},"ps:forward":{"id":"ps:forward","description":"Forward traffic on a local port to a dyno\nProvide a port or comma-separated list of ports to forward.\n\n For example, \"4000,9000:9001\" will forward port 4000 to port 4000 and\n port 9000 to port 9001.\n\n Example:\n\n $ heroku ps:forward 8080 --app murmuring-headland-14719","pluginName":"@heroku-cli/plugin-ps-exec","pluginType":"core","hidden":false,"aliases":[],"flags":{"dyno":{"name":"dyno","type":"option","char":"d","description":"specify the dyno to connect to","required":false},"localPort":{"name":"localPort","type":"option","char":"p","description":"the local port to use","hidden":true,"required":false},"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"}},"args":[{"name":"port","required":true}]},"ps:copy":{"id":"ps:copy","description":"Copy a file from a dyno to the local filesystem\nExample:\n\n $ heroku ps:copy FILENAME --app murmuring-headland-14719","pluginName":"@heroku-cli/plugin-ps-exec","pluginType":"core","hidden":false,"aliases":[],"flags":{"dyno":{"name":"dyno","type":"option","char":"d","description":"specify the dyno to connect to","required":false},"output":{"name":"output","type":"option","char":"o","description":"the name of the output file","required":false},"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"}},"args":[{"name":"file","required":true}]}}}
{
"name": "@heroku-cli/plugin-ps-exec",
"version": "2.4.0",
"version": "2.5.0",
"description": "Heroku Exec CLI",
"main": "index.js",
"author": "Joe Kutner",
"author": "Heroku",
"repository": "heroku/heroku-ps-exec",

@@ -18,5 +18,4 @@ "bugs": {

"dependencies": {
"heroku-cli-util": "^8.0.8",
"@heroku-cli/heroku-exec-util": "0.7.6",
"lodash": "^4.17.13"
"@heroku-cli/heroku-exec-util": "0.8.2",
"@heroku/heroku-cli-util": "^8.0.13"
},

@@ -35,4 +34,4 @@ "files": [

"devDependencies": {
"@oclif/dev-cli": "^1.13.20",
"@oclif/plugin-legacy": "^1.0.15"
"@oclif/dev-cli": "^1.26.10",
"@oclif/plugin-legacy": "^1.3.6"
},

@@ -39,0 +38,0 @@ "cli-engine": {

# Heroku CLI Plugin for Heroku Exec
[![Circle CI](https://circleci.com/gh/heroku/heroku-ps-exec/tree/master.svg?style=svg)](https://circleci.com/gh/heroku/heroku-ps-exec/tree/master)
[![Build Status](https://travis-ci.org/heroku/heroku-ps-exec.svg?branch=master)](https://travis-ci.org/heroku/heroku-ps-exec)
For usage information see the [Heroku Exec documentation](https://devcenter.heroku.com/articles/heroku-exec).

@@ -31,3 +28,3 @@

$ heroku ps:copy FILENAME --app murmuring-headland-14719
$ heroku ps:copy FILENAME --app murmuring-headland-14719
```

@@ -53,3 +50,3 @@

$ heroku ps:exec 'node -i' --app murmuring-headland-14719
$ heroku ps:exec 'node -i' --app murmuring-headland-14719
```

@@ -73,8 +70,8 @@

For example, "4000,9000:9001" will forward port 4000 to port 4000 and
port 9000 to port 9001.
For example, "4000,9000:9001" will forward port 4000 to port 4000 and
port 9000 to port 9001.
Example:
Example:
$ heroku ps:forward 8080 --app murmuring-headland-14719
$ heroku ps:forward 8080 --app murmuring-headland-14719
```

@@ -98,7 +95,7 @@

$ heroku ps:socks --app murmuring-headland-14719
Establishing credentials... done
SOCKSv5 proxy server started on port 1080
Use CTRL+C to stop the proxy
$ heroku ps:socks --app murmuring-headland-14719
Establishing credentials... done
SOCKSv5 proxy server started on port 1080
Use CTRL+C to stop the proxy
```
<!-- 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