Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support listing teams for a single project #1487

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

pjcdawkins
Copy link
Collaborator

@pjcdawkins pjcdawkins commented Sep 26, 2024

The team:list (teams) command will now filter the teams list to those with
access to the selected project, if any. The project is selected in the normal
way, e.g. by --project (-p), or the current Git repository.

Use the --all option to list all the teams in the organization.

Add the granted_at column (--columns +granted_at) to see when the team was
added to the project.

This MR also adds a bit more local caching for organization data.

@pjcdawkins pjcdawkins force-pushed the project-team-commands branch 3 times, most recently from a20a682 to 72c020b Compare September 27, 2024 06:53
@pjcdawkins pjcdawkins changed the title Add project:teams command, to list teams with access to a project Support listing teams for a single project Sep 27, 2024
@pjcdawkins pjcdawkins force-pushed the project-team-commands branch 14 times, most recently from 9a8a871 to ea1126b Compare September 30, 2024 11:55
The `team:list` (`teams`) command will now filter the teams list to those with
access to the selected project, if any. The project is selected in the normal
way, e.g. by `--project` (`-p`), or the current Git repository.

Use the `--all` option to list all the teams in the organization.

Add the `granted_at` column (`--columns +granted_at`) to see when the team was
added to the project.
@pjcdawkins pjcdawkins force-pushed the project-team-commands branch from ea1126b to a70eff0 Compare September 30, 2024 16:44
@pjcdawkins pjcdawkins merged commit 6ead29c into main Sep 30, 2024
2 checks passed
@pjcdawkins pjcdawkins deleted the project-team-commands branch September 30, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant