Add-GitHub Cmdlet
Inserts GitHub data.
Syntax
Add-GitHub [parameters]
Remarks
The Add-GitHub cmdlet allows you to use a syntax similar to SQL INSERT statements to create new GitHub records.
Add-GitHub -Connection $connection -Table "Repositories" -Columns @("OwnerLogin") -Values @("1668776136772254")