You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gh-cli/README.md
+9-13
Original file line number
Diff line number
Diff line change
@@ -87,10 +87,6 @@ Get the slug of the apps installed in an organization.
87
87
88
88
Gets the commits of since a certain date - date should be in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, ie: `since=2022-03-28T16:00:49Z`
89
89
90
-
## get-org-team-members.sh
91
-
92
-
Gets a list of members on a team
93
-
94
90
## get-earliest-restricted-contribution-date.sh
95
91
96
92
In a 1 year block, return the date of the first non-public contribution
@@ -126,14 +122,6 @@ Queries every organization in an enterprise and returns whether the user is a me
126
122
127
123
Queries the enterprise for all organizations given the specified role (e.g.: which organizations is the user an admin of)
128
124
129
-
## get-org-team-members.sh
130
-
131
-
Gets the members of a team
132
-
133
-
## get-org-team.sh
134
-
135
-
Gets a team
136
-
137
125
## get-organization-id.sh
138
126
139
127
Get the organization ID used for other GraphQL calls. Use the login of the Organization as the input.
@@ -153,6 +141,14 @@ See the [docs](https://docs.github.com/en/graphql/reference/objects#ipallowliste
153
141
154
142
Gets a list of members and their role in an organization
155
143
144
+
## get-organization-team-members.sh
145
+
146
+
Gets the members of a team
147
+
148
+
## get-organization-team.sh
149
+
150
+
Gets a team
151
+
156
152
## get-package-download-url.sh
157
153
158
154
Gets a the dynamic package download URL for a given package type, name, and version.
@@ -222,7 +218,7 @@ Removes an enterprise user. See notes:
0 commit comments