UNPKG

6.41 kBJSONView Raw
1{"version":"7.18.6","commands":{"console":{"id":"console","description":"\n","pluginName":"@heroku-cli/plugin-run-v5","pluginType":"core","hidden":true,"aliases":[],"flags":{"size":{"name":"size","type":"option","char":"s","description":"dyno size","required":false},"env":{"name":"env","type":"option","char":"e","description":"environment variables to set (use ';' to split multiple vars)","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":[]},"logs":{"id":"logs","description":"display recent log output\ndisable colors with --no-color, HEROKU_LOGS_COLOR=0, or HEROKU_COLOR=0\n","pluginName":"@heroku-cli/plugin-run-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku logs\n2012-01-01T12:00:00+00:00 heroku[api]: Config add EXAMPLE by email@example.com\n2012-01-01T12:00:01+00:00 heroku[api]: Release v1 created by email@example.com","flags":{"num":{"name":"num","type":"option","char":"n","description":"number of lines to display","required":false},"ps":{"name":"ps","type":"option","char":"p","description":"hidden alias for dyno","hidden":true,"required":false},"dyno":{"name":"dyno","type":"option","char":"d","description":"only show output from this dyno type (such as \"web\" or \"worker\")","required":false},"source":{"name":"source","type":"option","char":"s","description":"only show output from this source (such as \"app\" or \"heroku\")","required":false},"tail":{"name":"tail","type":"boolean","char":"t","description":"continually stream logs","required":false,"allowNo":false},"force-colors":{"name":"force-colors","type":"boolean","description":"force use of colors (even on non-tty output)","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":[]},"rake":{"id":"rake","description":"\n","pluginName":"@heroku-cli/plugin-run-v5","pluginType":"core","hidden":true,"aliases":[],"flags":{"size":{"name":"size","type":"option","char":"s","description":"dyno size","required":false},"exit-code":{"name":"exit-code","type":"boolean","char":"x","description":"passthrough the exit code of the remote command","required":false,"allowNo":false},"env":{"name":"env","type":"option","char":"e","description":"environment variables to set (use ';' to split multiple vars)","required":false},"no-tty":{"name":"no-tty","type":"boolean","description":"force the command to not run in a tty","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":[]},"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-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku run bash\nRunning bash on app.... up, run.1\n~ $\n\n$ heroku run -s hobby -- myscript.sh -a arg1 -s arg2\nRunning myscript.sh -a arg1 -s arg2 on app.... up, run.1","flags":{"size":{"name":"size","type":"option","char":"s","description":"dyno size","required":false},"type":{"name":"type","type":"option","description":"process type","required":false},"exit-code":{"name":"exit-code","type":"boolean","char":"x","description":"passthrough the exit code of the remote command","required":false,"allowNo":false},"env":{"name":"env","type":"option","char":"e","description":"environment variables to set (use ';' to split multiple vars)","required":false},"no-tty":{"name":"no-tty","type":"boolean","description":"force the command to not run in a tty","required":false,"allowNo":false},"listen":{"name":"listen","type":"boolean","description":"listen on a local port","hidden":true,"required":false,"allowNo":false},"no-notify":{"name":"no-notify","type":"boolean","description":"disables notification when dyno is up (alternatively use HEROKU_NOTIFICATIONS=0)","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":[]},"run:detached":{"id":"run:detached","description":"run a detached dyno, where output is sent to your logs\n","pluginName":"@heroku-cli/plugin-run-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku run:detached ls\nRunning ls on app [detached]... up, run.1\nRun heroku logs -a app -p run.1 to view the output.","flags":{"size":{"name":"size","type":"option","char":"s","description":"dyno size","required":false},"tail":{"name":"tail","type":"boolean","char":"t","description":"stream logs from the dyno","required":false,"allowNo":false},"type":{"name":"type","type":"option","description":"process type","required":false},"env":{"name":"env","type":"option","char":"e","description":"environment variables to set (use ';' to split multiple vars)","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":[]},"run:inside":{"id":"run:inside","description":"run a one-off process inside an existing heroku dyno\n","pluginName":"@heroku-cli/plugin-run-v5","pluginType":"core","hidden":true,"aliases":[],"examples":"$ heroku run:inside web.1 bash\nRunning bash on web.1.... up\n~ $","flags":{"exit-code":{"name":"exit-code","type":"boolean","description":"passthrough the exit code of the remote command","required":false,"allowNo":false},"env":{"name":"env","type":"option","description":"environment variables to set (use ';' to split multiple vars)","required":false},"listen":{"name":"listen","type":"boolean","description":"listen on a local port","hidden":true,"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":[]}}}
\No newline at end of file