forked from heroku/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
82 changed files
with
477 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ ALIASES | |
$ heroku twofactor | ||
``` | ||
|
||
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.18.10/packages/auth/src/commands/auth/2fa/index.ts)_ | ||
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.19.0/packages/auth/src/commands/auth/2fa/index.ts)_ | ||
|
||
## `heroku auth:2fa:disable` | ||
|
||
|
@@ -43,7 +43,7 @@ EXAMPLES | |
Disabling 2fa on [email protected]... done | ||
``` | ||
|
||
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.18.10/packages/auth/src/commands/auth/2fa/disable.ts)_ | ||
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.19.0/packages/auth/src/commands/auth/2fa/disable.ts)_ | ||
|
||
## `heroku auth:2fa:generate-recovery-codes` | ||
|
||
|
@@ -82,7 +82,7 @@ EXAMPLES | |
f82e7c2a50737494 | ||
``` | ||
|
||
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.18.10/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_ | ||
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.19.0/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_ | ||
|
||
## `heroku auth:login` | ||
|
||
|
@@ -95,14 +95,13 @@ USAGE | |
OPTIONS | ||
-e, --expires-in=expires-in duration of token in seconds (default 1 year) | ||
-i, --interactive login with username/password | ||
-s, --sso login for enterprise users under SSO | ||
--browser=browser browser to open SSO with | ||
ALIASES | ||
$ heroku login | ||
``` | ||
|
||
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.18.10/packages/auth/src/commands/auth/login.ts)_ | ||
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.19.0/packages/auth/src/commands/auth/login.ts)_ | ||
|
||
## `heroku auth:logout` | ||
|
||
|
@@ -116,7 +115,7 @@ ALIASES | |
$ heroku logout | ||
``` | ||
|
||
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.18.10/packages/auth/src/commands/auth/logout.ts)_ | ||
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.19.0/packages/auth/src/commands/auth/logout.ts)_ | ||
|
||
## `heroku auth:token` | ||
|
||
|
@@ -134,7 +133,7 @@ DESCRIPTION | |
authorizations:create | ||
``` | ||
|
||
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.18.10/packages/auth/src/commands/auth/token.ts)_ | ||
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.19.0/packages/auth/src/commands/auth/token.ts)_ | ||
|
||
## `heroku auth:whoami` | ||
|
||
|
@@ -148,4 +147,4 @@ ALIASES | |
$ heroku whoami | ||
``` | ||
|
||
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.18.10/packages/auth/src/commands/auth/whoami.ts)_ | ||
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.19.0/packages/auth/src/commands/auth/whoami.ts)_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.