Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
chore(release): 2.4.41 [skip ci]
Browse files Browse the repository at this point in the history
<a name="2.4.41"></a>
## [2.4.41](v2.4.40...v2.4.41) (2018-05-10)

### Bug Fixes

* remove co-wait ([e32be18](e32be18))
* remove dependency on bluebird ([65dce95](65dce95))
* remove mz, mkdirp, and string dependencies ([cc7c962](cc7c962))
  • Loading branch information
heroku-cli committed May 10, 2018
1 parent 624abf5 commit 96022f1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 34 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="2.4.41"></a>
## [2.4.41](https://github.com/heroku/heroku-apps/compare/v2.4.40...v2.4.41) (2018-05-10)


### Bug Fixes

* remove co-wait ([e32be18](https://github.com/heroku/heroku-apps/commit/e32be18))
* remove dependency on bluebird ([65dce95](https://github.com/heroku/heroku-apps/commit/65dce95))
* remove mz, mkdirp, and string dependencies ([cc7c962](https://github.com/heroku/heroku-apps/commit/cc7c962))

<a name="2.4.39"></a>
## [2.4.39](https://github.com/heroku/heroku-apps/compare/v2.4.38...v2.4.39) (2018-05-01)

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ npm install -g @heroku-cli/plugin-apps
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-apps/2.4.40 darwin-x64 node-v10.1.0
@heroku-cli/plugin-apps/2.4.41 linux-x64 node-v10.1.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -49,7 +49,7 @@ Examples:
# create an app in the eu region
$ heroku apps:create --region eu

* [`heroku auth`](docs/auth.md) - login with your Heroku credentials
* [`heroku auth`](docs/auth.md) - display the current auth token

* [`heroku buildpacks`](docs/buildpacks.md) - add new app buildpack, inserting into list of buildpacks if necessary
Example:
Expand Down Expand Up @@ -99,8 +99,6 @@ Examples:

* [`heroku labs`](docs/labs.md) - enables an experimental feature

* [`heroku logout`](docs/logout.md) - clears local login credentials

* [`heroku maintenance`](docs/maintenance.md) - display the current maintenance status of app

* [`heroku notifications`](docs/notifications.md) - display notifications
Expand Down
30 changes: 1 addition & 29 deletions docs/auth.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
`heroku auth`
=============

login with your Heroku credentials
display the current auth token

* [`heroku auth:2fa:disable`](#heroku-auth-2-fadisable)
* [`heroku auth:2fa:generate`](#heroku-auth-2-fagenerate)
* [`heroku auth:login`](#heroku-authlogin)
* [`heroku auth:logout`](#heroku-authlogout)
* [`heroku auth:token`](#heroku-authtoken)

## `heroku auth:2fa:disable`
Expand All @@ -27,32 +25,6 @@ USAGE
$ heroku auth:2fa:generate
```

## `heroku auth:login`

login with your Heroku credentials

```
USAGE
$ heroku auth:login
OPTIONS
-e, --expires-in=expires-in duration of token in seconds (default 1 year)
--browser browser to open SSO with
--sso login for enterprise users under SSO
ALIASES
$ heroku login
```

## `heroku auth:logout`

clears local login credentials

```
USAGE
$ heroku auth:logout
```

## `heroku auth:token`

display the current auth token
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-cli/plugin-apps",
"description": "Heroku CLI plugin to manage apps.",
"version": "2.4.40",
"version": "2.4.41",
"author": "Jeff Dickey (@jdxcode)",
"bugs": {
"url": "https://github.com/heroku/heroku-apps/issues"
Expand Down

0 comments on commit 96022f1

Please sign in to comment.