Skip to content

Commit

Permalink
v7.0.96
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 15, 2018
1 parent 2cc3be0 commit 66d7ec1
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 28 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ For other issues, [submit a support ticket](https://help.heroku.com/).
* [`heroku access`](docs/access.md) - manage user access to apps
* [`heroku addons`](docs/addons.md) - tools and services for developing, extending, and operating your app
* [`heroku apps`](docs/apps.md) - add yourself to an organization app
* [`heroku auth`](docs/auth.md) - login with your Heroku credentials
* [`heroku auth`](docs/auth.md) - check 2fa status
* [`heroku authorizations`](docs/authorizations.md) - OAuth authorizations
* [`heroku buildpacks`](docs/buildpacks.md) - add new app buildpack, inserting into list of buildpacks if necessary
* [`heroku buildpacks`](docs/buildpacks.md) - display the buildpack_url(s) for an app
* [`heroku certs`](docs/certs.md) - a topic for the ssl plugin
* [`heroku ci`](docs/ci.md) - run an application test suite on Heroku
* [`heroku clients`](docs/clients.md) - OAuth clients on the platform
* [`heroku commands`](docs/commands.md) - list all the commands
* [`heroku config`](docs/config.md) - interactively edit config vars
* [`heroku config`](docs/config.md) - display the config vars for an app
* [`heroku container`](docs/container.md) - Use containers to build and deploy Heroku apps
* [`heroku domains`](docs/domains.md) - add domain to an app
* [`heroku drains`](docs/drains.md) - adds a log drain to an app
* [`heroku dyno`](docs/dyno.md) - restart app dynos
* [`heroku features`](docs/features.md) - disables an app feature
* [`heroku domains`](docs/domains.md) - list domains for an app
* [`heroku drains`](docs/drains.md) - display the log drains of an app
* [`heroku dyno`](docs/dyno.md) - stop app dyno
* [`heroku features`](docs/features.md) - list available app features
* [`heroku git`](docs/git.md) - manage local git repository for app
* [`heroku help`](docs/help.md) - display help for heroku
* [`heroku keys`](docs/keys.md) - add an SSH key for a user
* [`heroku keys`](docs/keys.md) - display your SSH keys
* [`heroku labs`](docs/labs.md) - disables an experimental feature
* [`heroku local`](docs/local.md) - run heroku app locally
* [`heroku logs`](docs/logs.md) - display recent log output
Expand All @@ -66,7 +66,7 @@ For other issues, [submit a support ticket](https://help.heroku.com/).
* [`heroku notifications`](docs/notifications.md) - display notifications
* [`heroku orgs`](docs/orgs.md) - manage organizations
* [`heroku pg`](docs/pg.md) - manage postgresql databases
* [`heroku pipelines`](docs/pipelines.md) - add this app to a pipeline
* [`heroku pipelines`](docs/pipelines.md) - list pipelines you have access to
* [`heroku plugins`](docs/plugins.md) - list installed plugins
* [`heroku ps`](docs/ps.md) - Client tools for Heroku Exec
* [`heroku psql`](docs/psql.md) - open a psql shell to the database
Expand Down
2 changes: 1 addition & 1 deletion docs/auth.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
`heroku auth`
=============

login with your Heroku credentials
check 2fa status

* [`heroku auth:2fa`](#heroku-auth-2-fa)
* [`heroku auth:2fa:disable`](#heroku-auth-2-fadisable)
Expand Down
2 changes: 1 addition & 1 deletion docs/buildpacks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
`heroku buildpacks`
===================

add new app buildpack, inserting into list of buildpacks if necessary
display the buildpack_url(s) for an app

* [`heroku buildpacks`](#heroku-buildpacks)
* [`heroku buildpacks:add URL`](#heroku-buildpacksadd-url)
Expand Down
4 changes: 1 addition & 3 deletions docs/config.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
`heroku config`
===============

interactively edit config vars
This command opens the app config in a text editor set by $VISUAL or $EDITOR.
Any variables added/removed/changed will be updated on the app after saving and closing the file.
display the config vars for an app

* [`heroku config`](#heroku-config)
* [`heroku config:edit [KEY]`](#heroku-configedit-key)
Expand Down
2 changes: 1 addition & 1 deletion docs/domains.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
`heroku domains`
================

add domain to an app
list domains for an app

* [`heroku domains`](#heroku-domains)
* [`heroku domains:add HOSTNAME`](#heroku-domainsadd-hostname)
Expand Down
2 changes: 1 addition & 1 deletion docs/drains.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
`heroku drains`
===============

adds a log drain to an app
display the log drains of an app

* [`heroku drains`](#heroku-drains)
* [`heroku drains:add URL`](#heroku-drainsadd-url)
Expand Down
5 changes: 3 additions & 2 deletions docs/dyno.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
`heroku dyno`
=============

restart app dynos
if DYNO is not specified, restarts all dynos on app
stop app dyno

stop app dyno or dyno type

* [`heroku dyno:kill DYNO`](#heroku-dynokill-dyno)
* [`heroku dyno:resize`](#heroku-dynoresize)
Expand Down
2 changes: 1 addition & 1 deletion docs/features.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
`heroku features`
=================

disables an app feature
list available app features

* [`heroku features`](#heroku-features)
* [`heroku features:disable FEATURE`](#heroku-featuresdisable-feature)
Expand Down
3 changes: 1 addition & 2 deletions docs/keys.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
`heroku keys`
=============

add an SSH key for a user
if no KEY is specified, will try to find ~/.ssh/id_rsa.pub
display your SSH keys

* [`heroku keys`](#heroku-keys)
* [`heroku keys:add [KEY]`](#heroku-keysadd-key)
Expand Down
11 changes: 5 additions & 6 deletions docs/pipelines.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
`heroku pipelines`
==================

add this app to a pipeline
The app and pipeline names must be specified.
The stage of the app will be guessed based on its name if not specified.

list pipelines you have access to
Example:

$ heroku pipelines:add example -a example-admin -s production
Adding example-admin to example pipeline as production... done
$ heroku pipelines
=== My Pipelines
example
sushi

* [`heroku pipelines`](#heroku-pipelines)
* [`heroku pipelines:add PIPELINE`](#heroku-pipelinesadd-pipeline)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "heroku",
"description": "CLI to interact with Heroku",
"version": "7.0.95",
"version": "7.0.96",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand Down

0 comments on commit 66d7ec1

Please sign in to comment.