-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
service-token add-access - Support orgs
This adds support for adding org level access via the CLI. Previously, it only worked at DB level. Also, fixed the formatting. **Before:** ``` DATABASE ACCESSES ------------ ------------------------------------------------ tweeter delete_branch, delete_database, read_database, write_database rsix-other create_branch mike create_databases, delete_databases ``` **After:** (Notice the headings now make sense) ``` RESOURCE NAME RESOURCE TYPE ACCESSES --------------- --------------- ------------------------------------------------ tweeter Database delete_branch, delete_database, read_database, write_database rsix-other Database create_branch mike Organization create_databases, delete_databases ```
- Loading branch information
1 parent
ec6e3bc
commit d139af5
Showing
5 changed files
with
100 additions
and
23 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
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