-
Notifications
You must be signed in to change notification settings - Fork 224
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
41 changed files
with
295 additions
and
273 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 |
---|---|---|
|
@@ -25,7 +25,7 @@ DESCRIPTION | |
list who has access to an app | ||
``` | ||
|
||
_See code: [src/commands/access/index.ts](https://github.com/heroku/cli/blob/v9.4.0/packages/cli/src/commands/access/index.ts)_ | ||
_See code: [src/commands/access/index.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/access/index.ts)_ | ||
|
||
## `heroku access:add EMAIL` | ||
|
||
|
@@ -52,7 +52,7 @@ EXAMPLES | |
$ heroku access:add [email protected] --app APP --permissions deploy,manage,operate # permissions must be comma separated | ||
``` | ||
|
||
_See code: [src/commands/access/add.ts](https://github.com/heroku/cli/blob/v9.4.0/packages/cli/src/commands/access/add.ts)_ | ||
_See code: [src/commands/access/add.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/access/add.ts)_ | ||
|
||
## `heroku access:remove` | ||
|
||
|
@@ -73,7 +73,7 @@ EXAMPLES | |
$ heroku access:remove [email protected] --app APP | ||
``` | ||
|
||
_See code: [src/commands/access/remove.ts](https://github.com/heroku/cli/blob/v9.4.0/packages/cli/src/commands/access/remove.ts)_ | ||
_See code: [src/commands/access/remove.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/access/remove.ts)_ | ||
|
||
## `heroku access:update EMAIL` | ||
|
||
|
@@ -95,4 +95,4 @@ DESCRIPTION | |
update existing collaborators on an team app | ||
``` | ||
|
||
_See code: [src/commands/access/update.ts](https://github.com/heroku/cli/blob/v9.4.0/packages/cli/src/commands/access/update.ts)_ | ||
_See code: [src/commands/access/update.ts](https://github.com/heroku/cli/blob/v9.5.0/packages/cli/src/commands/access/update.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
Oops, something went wrong.