@heroku-cli/plugin-ps-exec
Advanced tools
Comparing version 2.4.0 to 2.5.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'); | ||
@@ -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 --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
25350
2
10
1
98
+ Added@heroku-cli/heroku-exec-util@0.8.2(transitive)
+ Added@heroku/heroku-cli-util@8.0.15(transitive)
+ Added@sindresorhus/is@4.6.0(transitive)
+ Added@szmarczak/http-timer@4.0.6(transitive)
+ Added@types/cacheable-request@6.0.3(transitive)
+ Added@types/http-cache-semantics@4.0.4(transitive)
+ Added@types/keyv@3.1.4(transitive)
+ Added@types/node@22.10.2(transitive)
+ Added@types/responselike@1.0.3(transitive)
+ Addedcacheable-lookup@5.0.4(transitive)
+ Addedcacheable-request@7.0.4(transitive)
+ Addedclone-response@1.0.3(transitive)
+ Addeddecompress-response@6.0.0(transitive)
+ Addeddefer-to-connect@2.0.1(transitive)
+ Addedend-of-stream@1.4.4(transitive)
+ Addedget-stream@5.2.0(transitive)
+ Addedgot@11.8.6(transitive)
+ Addedhttp-cache-semantics@4.1.1(transitive)
+ Addedhttp2-wrapper@1.0.3(transitive)
+ Addedjson-buffer@3.0.1(transitive)
+ Addedkeyv@4.5.4(transitive)
+ Addedlowercase-keys@2.0.0(transitive)
+ Addedmimic-response@3.1.0(transitive)
+ Addednormalize-url@6.1.0(transitive)
+ Addedp-cancelable@2.1.1(transitive)
+ Addedpump@3.0.2(transitive)
+ Addedquick-lru@5.1.1(transitive)
+ Addedresolve-alpn@1.2.1(transitive)
+ Addedresponselike@2.0.1(transitive)
+ Addedsupports-color@9.4.0(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removedheroku-cli-util@^8.0.8
- Removedlodash@^4.17.13
- Removed@heroku-cli/heroku-exec-util@0.7.6(transitive)
- Removed@sindresorhus/is@0.7.0(transitive)
- Removedcacheable-request@2.1.4(transitive)
- Removedclone-response@1.0.2(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removeddecode-uri-component@0.2.2(transitive)
- Removeddecompress-response@3.3.0(transitive)
- Removedduplexer3@0.1.5(transitive)
- Removedfrom2@2.3.0(transitive)
- Removedgot@8.3.2(transitive)
- Removedhas-symbol-support-x@1.4.2(transitive)
- Removedhas-to-string-tag-x@1.4.1(transitive)
- Removedheroku-cli-util@8.0.12(transitive)
- Removedhttp-cache-semantics@3.8.1(transitive)
- Removedinto-stream@3.1.0(transitive)
- Removedis-object@1.0.2(transitive)
- Removedis-plain-obj@1.1.0(transitive)
- Removedisarray@1.0.0(transitive)
- Removedisurl@1.0.0(transitive)
- Removedjson-buffer@3.0.0(transitive)
- Removedkeyv@3.0.0(transitive)
- Removedlowercase-keys@1.0.01.0.1(transitive)
- Removednormalize-url@2.0.1(transitive)
- Removedp-cancelable@0.4.1(transitive)
- Removedp-is-promise@1.1.0(transitive)
- Removedp-timeout@2.0.1(transitive)
- Removedpify@3.0.0(transitive)
- Removedprepend-http@2.0.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedquery-string@5.1.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedresponselike@1.0.2(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedsort-keys@2.0.0(transitive)
- Removedstrict-uri-encode@1.1.0(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedtimed-out@4.0.1(transitive)
- Removedurl-parse-lax@3.0.0(transitive)
- Removedurl-to-options@1.0.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removeduuid@3.4.0(transitive)