Skip to content

Commit cd435df

Browse files
committed
rename org to organization
1 parent 61f1afb commit cd435df

4 files changed

+9
-13
lines changed

gh-cli/README.md

+9-13
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ Get the slug of the apps installed in an organization.
8787

8888
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`
8989

90-
## get-org-team-members.sh
91-
92-
Gets a list of members on a team
93-
9490
## get-earliest-restricted-contribution-date.sh
9591

9692
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
126122

127123
Queries the enterprise for all organizations given the specified role (e.g.: which organizations is the user an admin of)
128124

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-
137125
## get-organization-id.sh
138126

139127
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
153141

154142
Gets a list of members and their role in an organization
155143

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+
156152
## get-package-download-url.sh
157153

158154
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:
222218

223219
Renaming a repo
224220

225-
## search-org-for-code.sh
221+
## search-organization-for-code.sh
226222

227223
Code search in an organization.
228224

File renamed without changes.

0 commit comments

Comments
 (0)