@heroku-cli/plugin-ps
Version:
ps core plugin for Heroku CLI
72 lines (53 loc) • 2.57 kB
Markdown
@heroku-cli/plugin-ps
=====================
ps core plugin for Heroku CLI
[](https://npmjs.org/package/@heroku-cli/plugin-ps)
[](https://circleci.com/gh/heroku/heroku-cli-plugin-ps/tree/master)
[](https://ci.appveyor.com/project/heroku/heroku-cli-plugin-ps/branch/master)
[](https://codecov.io/gh/heroku/heroku-cli-plugin-ps)
[](https://npmjs.org/package/@heroku-cli/plugin-ps)
[](https://github.com/heroku/heroku-cli-plugin-ps/blob/master/package.json)
<!-- toc -->
* [Commands](#commands)
<!-- tocstop -->
# Commands
<!-- commands -->
* [`heroku ps:autoscale:disable`](#heroku-psautoscaledisable)
* [`heroku ps:autoscale:enable`](#heroku-psautoscaleenable)
* [`heroku regions`](#heroku-regions)
## `heroku ps:autoscale:disable`
disable web dyno autoscaling
```
USAGE
$ heroku ps:autoscale:disable
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
```
_See code: [src/commands/ps/autoscale/disable.ts](https://github.com/heroku/cli/blob/v7.19.1/packages/ps/src/commands/ps/autoscale/disable.ts)_
## `heroku ps:autoscale:enable`
enable web dyno autoscaling
```
USAGE
$ heroku ps:autoscale:enable
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--max=max (required) maximum number of dynos
--min=min (required) minimum number of dynos
--notifications receive email notifications when the max dyno limit is reached
--p95=p95 desired p95 response time
```
_See code: [src/commands/ps/autoscale/enable.ts](https://github.com/heroku/cli/blob/v7.19.1/packages/ps/src/commands/ps/autoscale/enable.ts)_
## `heroku regions`
list available regions for deployment
```
USAGE
$ heroku regions
OPTIONS
--common show regions for common runtime
--json output in json format
--private show regions for private spaces
```
_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v7.19.1/packages/ps/src/commands/regions.ts)_
<!-- commandsstop -->