-
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.
* v10.0.0-beta.0 * Adding logic for prepending 'launcher' on CNB stack apps * Updating tests with new functionality to prepend 'launcher' * Addressing PR feedback --------- Co-authored-by: Katy Bowman <[email protected]> Co-authored-by: Santiago Bosio <[email protected]>
- Loading branch information
1 parent
1a503f3
commit 16e02a4
Showing
45 changed files
with
452 additions
and
323 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/v10.0.0-alpha.2/packages/cli/src/commands/access/index.ts)_ | ||
_See code: [src/commands/access/index.ts](https://github.com/heroku/cli/blob/v10.0.0-beta.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/v10.0.0-alpha.2/packages/cli/src/commands/access/add.ts)_ | ||
_See code: [src/commands/access/add.ts](https://github.com/heroku/cli/blob/v10.0.0-beta.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/v10.0.0-alpha.2/packages/cli/src/commands/access/remove.ts)_ | ||
_See code: [src/commands/access/remove.ts](https://github.com/heroku/cli/blob/v10.0.0-beta.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/v10.0.0-alpha.2/packages/cli/src/commands/access/update.ts)_ | ||
_See code: [src/commands/access/update.ts](https://github.com/heroku/cli/blob/v10.0.0-beta.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
Oops, something went wrong.