@heroku-cli/plugin-ps-exec
Advanced tools
Comparing version 2.6.0-beta.0 to 2.6.0
@@ -1,1 +0,1 @@ | ||
{"version":"2.6.0-beta.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}]}}} | ||
{"version":"2.6.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.6.0-beta.0", | ||
"version": "2.6.0", | ||
"description": "Heroku Exec CLI", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1
25358