-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add org support for init/project/analyze/history (#1490)
This patch uses the `Config::org` function to add support for org support in all subcommands that were still missing org support. Generally when an org is linked, the org mode is always preferred. Only in scenarios where no group is present at all, like `phylum project delete <NAME>`, the personal projects will be used instead. Since this could potentially lead to a lot of confusion with the project management subcommands, all project subcommands have been changed to print projects in a fixed format that lists the corresponding org and group: ``` ✅ Successfully deleted project cli (org: phylum, group: org-group) ``` ``` ✅ Successfully deleted project demo (org: -, group: -) ``` Closes #1482.
- Loading branch information
Showing
19 changed files
with
353 additions
and
188 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
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.