Skip to content

Commit

Permalink
Break some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonPage committed Dec 11, 2020
1 parent 886b315 commit 688f274
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions api/powershell/invite_members_to_org.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@
Invites GitHub Enterprise members to an organization
.DESCRIPTION
This script runs a batch organization invitation process for a given list of GitHub enterprise consumed licenses.
This script runs a batch organization invitation process for a given list of GitHub enterprise
consumed licenses.
The input is a CSV file with a column named "Handle or email", such as can be exported from the Enterprise settings > Enterprise licensing page. Users with appropriate permissions can export the CSV file, edit it in their favorite spreadsheet to select emails to invite, then use this script to invite them to an org.
The input is a CSV file with a column named "Handle or email", such as can be exported from the
Enterprise settings > Enterprise licensing page. Users with appropriate permissions can export
the CSV file, edit it in their favorite spreadsheet to select emails to invite, then use this
script to invite them to an org.
.PARAMETER LicensesFile
The path of the consumed licenses CSV.
Expand Down

0 comments on commit 688f274

Please sign in to comment.