PowerShellforGithub
Cmdlet | Synopsis |
---|---|
Delete-GitHubComment (Alias) | |
Delete-GitHubLabel (Alias) | |
Delete-GitHubMilestone (Alias) | |
Delete-GitHubRepository (Alias) | Removes/deletes a repository from GitHub. |
Get-GitHubBranch (Alias) | Retrieve branches for a given GitHub repository. |
Transfer-GitHubRepositoryOwnership (Alias) | Creates a new repository on GitHub. |
Add-GitHubIssueLabel | |
Backup-GitHubConfiguration | Exports the user's current configuration file. |
Clear-GitHubAuthentication | Clears out any GitHub API token from memory, as well as from local file storage. |
ConvertFrom-GitHubMarkdown | Converts arbitrary Markdown into HTML. |
Get-GitHubAssignee | |
Get-GitHubCloneTraffic | Get the total number of clones and breakdown per day or week for the last 14 days for the given Github Repository. |
Get-GitHubCodeOfConduct | Gets license or license content from GitHub. |
Get-GitHubComment | |
Get-GitHubConfiguration | Gets the currently configured value for the requested configuration setting. |
Get-GitHubEmoji | Gets all the emojis available to use on GitHub. |
Get-GitHubEvent | |
Get-GitHubGitIgnore | Gets the list of available .gitignore templates, or their content, from GitHub. |
Get-GitHubIssue | Retrieve Issues from GitHub. |
Get-GitHubIssueTimeline | Retrieves various events that occur around an issue or pull request on GitHub. |
Get-GitHubLabel | Retrieve label(s) of a given GitHub repository. |
Get-GitHubLicense | Gets a license list or license content from GitHub. |
Get-GitHubMilestone | |
Get-GitHubOrganizationMember | Retrieve list of members within an organization. |
Get-GitHubPathTraffic | Get the top 10 popular contents over the last 14 days for a given Github repository. |
Get-GitHubPullRequest | Retrieve the pull requests in the specified repository. |
Get-GitHubRateLimit | Gets the current rate limit status for the GitHub API based on the currently configuredauthentication (Access Token). |
Get-GitHubReferrerTraffic | Get the top 10 referrers over the last 14 days for a given GitHub repository. |
Get-GitHubRepository | Retrieves information about a repository or list of repoistories on GitHub. |
Get-GitHubRepositoryBranch | Retrieve branches for a given GitHub repository. |
Get-GitHubRepositoryCollaborator | Retrieve list of contributors for a given repository. |
Get-GitHubRepositoryContributor | Retrieve list of contributors for a given repository. |
Get-GitHubRepositoryFork | Gets the list of forks of the specified repository on GitHub. |
Get-GitHubRepositoryLanguage | Retrieves a list of the programming languages used in a repository on GitHub. |
Get-GitHubRepositoryTag | Retrieves tags for a repository on GitHub. |
Get-GitHubRepositoryTopic | Retrieves information about a repository on GitHub. |
Get-GitHubTeam | Retrieve a team or teams within an organization or repository on GitHub. |
Get-GitHubTeamMember | Retrieve list of team members within an organization. |
Get-GitHubUser | Retrieves information about the specified user on GitHub. |
Get-GitHubUserContextualInformation | Retrieves contextual information about the specified user on GitHub. |
Get-GitHubViewTraffic | Get the total number of views and breakdown per day or week for the last 14 days for the given Github Repository. |
Group-GitHubIssue | Groups the provided issues based on the specified grouping criteria. |
Invoke-GHRestMethod | A wrapper around Invoke-WebRequest that understands the Store API. |
Invoke-GHRestMethodMultipleResult | A special-case wrapper around Invoke-GHRestMethod that understands GET URI'swhich support the 'top' and 'max' parameters. |
Lock-GitHubIssue | Lock an Issue or Pull Request conversation on GitHub. |
Move-GitHubRepositoryOwnership | Creates a new repository on GitHub. |
New-GithubAssignee | |
New-GitHubComment | |
New-GitHubIssue | Create a new Issue on GitHub. |
New-GitHubLabel | Create a new label on a given GitHub repository. |
New-GitHubMilestone | |
New-GitHubRepository | Creates a new repository on GitHub. |
New-GitHubRepositoryFork | Creates a new fork of a repository on GitHub. |
Remove-GithubAssignee | |
Remove-GitHubComment | |
Remove-GitHubIssueLabel | |
Remove-GitHubLabel | Deletes a label from a given GitHub repository. |
Remove-GitHubMilestone | |
Remove-GitHubRepository | Removes/deletes a repository from GitHub. |
Reset-GitHubConfiguration | Clears out the user's configuration file and configures this session with all defaultconfiguration values. |
Restore-GitHubConfiguration | Sets the specified file to be the user's configuration file. |
Set-GitHubAuthentication | Allows the user to configure the API token that should be used for authenticationwith the GitHub API. |
Set-GitHubComment | |
Set-GitHubConfiguration | Change the value of a configuration property for the PowerShellForGitHub module,for the sesion only, or globally for this user. |
Set-GitHubIssueLabel | |
Set-GitHubLabel | Sets the entire set of Labels on the given GitHub repository to match the provided listof Labels. |
Set-GitHubMilestone | |
Set-GitHubRepositoryTopic | Replaces all topics for a repository on GitHub. |
Split-GitHubUri | Extracts the relevant elements of a GitHub repository Uri and returns the requested element. |
Test-GitHubAssignee | |
Test-GitHubAuthenticationConfigured | Indicates if a GitHub API Token has been configured for this module via Set-GitHubAuthentication. |
Test-GitHubOrganizationMember | Check to see if a user is a member of an organization. |
Unlock-GitHubIssue | Unlocks an Issue or Pull Request conversation on GitHub. |
Update-GitHubCurrentUser | Updates information about the current authenticated user on GitHub. |
Update-GitHubIssue | Create a new Issue on GitHub. |
Update-GitHubLabel | Updates an existing label on a given GitHub repository. |
Update-GitHubRepository | Updates the details of an existing repository on GitHub. |
Cmdlet | Synopsis |
---|---|
Delete-GitHubComment (Alias) | |
Delete-GitHubLabel (Alias) | |
Delete-GitHubMilestone (Alias) | |
Delete-GitHubRepository (Alias) | Removes/deletes a repository from GitHub. |
Get-GitHubBranch (Alias) | Retrieve branches for a given GitHub repository. |
Transfer-GitHubRepositoryOwnership (Alias) | Creates a new repository on GitHub. |
Add-GitHubIssueLabel | |
Backup-GitHubConfiguration | Exports the user's current configuration file. |
Clear-GitHubAuthentication | Clears out any GitHub API token from memory, as well as from local file storage. |
ConvertFrom-GitHubMarkdown | Converts arbitrary Markdown into HTML. |
Get-GitHubAssignee | |
Get-GitHubCloneTraffic | Get the total number of clones and breakdown per day or week for the last 14 days for the given Github Repository. |
Get-GitHubCodeOfConduct | Gets license or license content from GitHub. |
Get-GitHubComment | |
Get-GitHubConfiguration | Gets the currently configured value for the requested configuration setting. |
Get-GitHubEmoji | Gets all the emojis available to use on GitHub. |
Get-GitHubEvent | |
Get-GitHubGitIgnore | Gets the list of available .gitignore templates, or their content, from GitHub. |
Get-GitHubIssue | Retrieve Issues from GitHub. |
Get-GitHubIssueTimeline | Retrieves various events that occur around an issue or pull request on GitHub. |
Get-GitHubLabel | Retrieve label(s) of a given GitHub repository. |
Get-GitHubLicense | Gets a license list or license content from GitHub. |
Get-GitHubMilestone | |
Get-GitHubOrganizationMember | Retrieve list of members within an organization. |
Get-GitHubPathTraffic | Get the top 10 popular contents over the last 14 days for a given Github repository. |
Get-GitHubPullRequest | Retrieve the pull requests in the specified repository. |
Get-GitHubRateLimit | Gets the current rate limit status for the GitHub API based on the currently configuredauthentication (Access Token). |
Get-GitHubReferrerTraffic | Get the top 10 referrers over the last 14 days for a given GitHub repository. |
Get-GitHubRepository | Retrieves information about a repository or list of repoistories on GitHub. |
Get-GitHubRepositoryBranch | Retrieve branches for a given GitHub repository. |
Get-GitHubRepositoryCollaborator | Retrieve list of contributors for a given repository. |
Get-GitHubRepositoryContributor | Retrieve list of contributors for a given repository. |
Get-GitHubRepositoryFork | Gets the list of forks of the specified repository on GitHub. |
Get-GitHubRepositoryLanguage | Retrieves a list of the programming languages used in a repository on GitHub. |
Get-GitHubRepositoryTag | Retrieves tags for a repository on GitHub. |
Get-GitHubRepositoryTopic | Retrieves information about a repository on GitHub. |
Get-GitHubTeam | Retrieve a team or teams within an organization or repository on GitHub. |
Get-GitHubTeamMember | Retrieve list of team members within an organization. |
Get-GitHubUser | Retrieves information about the specified user on GitHub. |
Get-GitHubUserContextualInformation | Retrieves contextual information about the specified user on GitHub. |
Get-GitHubViewTraffic | Get the total number of views and breakdown per day or week for the last 14 days for the given Github Repository. |
Group-GitHubIssue | Groups the provided issues based on the specified grouping criteria. |
Invoke-GHRestMethod | A wrapper around Invoke-WebRequest that understands the Store API. |
Invoke-GHRestMethodMultipleResult | A special-case wrapper around Invoke-GHRestMethod that understands GET URI'swhich support the 'top' and 'max' parameters. |
Lock-GitHubIssue | Lock an Issue or Pull Request conversation on GitHub. |
Move-GitHubRepositoryOwnership | Creates a new repository on GitHub. |
New-GithubAssignee | |
New-GitHubComment | |
New-GitHubIssue | Create a new Issue on GitHub. |
New-GitHubLabel | Create a new label on a given GitHub repository. |
New-GitHubMilestone | |
New-GitHubRepository | Creates a new repository on GitHub. |
New-GitHubRepositoryFork | Creates a new fork of a repository on GitHub. |
Remove-GithubAssignee | |
Remove-GitHubComment | |
Remove-GitHubIssueLabel | |
Remove-GitHubLabel | Deletes a label from a given GitHub repository. |
Remove-GitHubMilestone | |
Remove-GitHubRepository | Removes/deletes a repository from GitHub. |
Reset-GitHubConfiguration | Clears out the user's configuration file and configures this session with all defaultconfiguration values. |
Restore-GitHubConfiguration | Sets the specified file to be the user's configuration file. |
Set-GitHubAuthentication | Allows the user to configure the API token that should be used for authenticationwith the GitHub API. |
Set-GitHubComment | |
Set-GitHubConfiguration | Change the value of a configuration property for the PowerShellForGitHub module,for the sesion only, or globally for this user. |
Set-GitHubIssueLabel | |
Set-GitHubLabel | Sets the entire set of Labels on the given GitHub repository to match the provided listof Labels. |
Set-GitHubMilestone | |
Set-GitHubRepositoryTopic | Replaces all topics for a repository on GitHub. |
Split-GitHubUri | Extracts the relevant elements of a GitHub repository Uri and returns the requested element. |
Test-GitHubAssignee | |
Test-GitHubAuthenticationConfigured | Indicates if a GitHub API Token has been configured for this module via Set-GitHubAuthentication. |
Test-GitHubOrganizationMember | Check to see if a user is a member of an organization. |
Unlock-GitHubIssue | Unlocks an Issue or Pull Request conversation on GitHub. |
Update-GitHubCurrentUser | Updates information about the current authenticated user on GitHub. |
Update-GitHubIssue | Create a new Issue on GitHub. |
Update-GitHubLabel | Updates an existing label on a given GitHub repository. |
Update-GitHubRepository | Updates the details of an existing repository on GitHub. |
Delete-GitHubComment (Alias)
Synopsis
Syntax
Remove-GitHubComment [-OwnerName ] [-RepositoryName ] -CommentID [-AccessToken ] [-NoStatus] [-WhatIf] [-Confirm] []
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-CommentID <String>
The id of the comment to delete.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Issue <Int64>
Issue number to remove the label from.
-Name <String>
Name of the label to be deleted. If not provided, will delete all labels on the issue.
Emoji and codes are supported. For more information, see here: https://www.webpagefx.com/tools/emoji-cheat-sheet/
Name of the label to be deleted. If not provided, will delete all labels on the issue.Emoji and codes are supported. For more information, see here: https://www.webpagefx.com/tools/emoji-cheat-sheet/
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Milestone <String>
The number of a specific milestone to delete.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Name <String>
Name of the specific branch to be retieved. If not supplied, all branches will be retrieved.
-ProtectedOnly <SwitchParameter>
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-NewOwnerName <String>
The username or organization name the repository will be transferred to.
-TeamId <Int64[]>
ID of the team or teams to add to the repository. Teams can only be added to
organization-owned repositories.
ID of the team or teams to add to the repository. Teams can only be added toorganization-owned repositories.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Issue <Int64>
Issue number to add the label to.
-Name <String[]>
Array of label names to add to the issue
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-Path <String>
The path to store the user's current configuration file.
-Force <SwitchParameter>
If specified, will overwrite the contents of any file with the same name at th
location specified by Path.
If specified, will overwrite the contents of any file with the same name at thlocation specified by Path.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-SessionOnly <SwitchParameter>
By default, this will clear out the cache in memory, as well as in the local
configuration file. If this switch is specified, authentication will be cleared out
in this session only -- the local configuration file cache will remain
(and thus still be available in a new PowerShell session).
By default, this will clear out the cache in memory, as well as in the localconfiguration file. If this switch is specified, authentication will be cleared outin this session only -- the local configuration file cache will remain(and thus still be available in a new PowerShell session).
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-Content <String>
The Markdown text to render to HTML. Content must be 400 KB or less.
-Mode <String>
The rendering mode for the Markdown content.
Markdown - Renders Content in plain Markdown, just like README.md files are rendered
GitHubFlavoredMarkdown - Creates links for user mentions as well as references to
SHA-1 hashes, issues, and pull requests.
The rendering mode for the Markdown content.Markdown - Renders Content in plain Markdown, just like README.md files are renderedGitHubFlavoredMarkdown - Creates links for user mentions as well as references toSHA-1 hashes, issues, and pull requests.
-Context <String>
The repository to use when creating references in 'githubFlavoredMarkdown' mode.
Specify as [ownerName]/[repositoryName].
The repository to use when creating references in 'githubFlavoredMarkdown' mode.Specify as [ownerName]/[repositoryName].
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Per <String>
The interval at which return to return the view counts.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Name <String>
The name of the license to retrieve the content for. If not specified, all licenses
will be returned.
The name of the license to retrieve the content for. If not specified, all licenseswill be returned.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-CommentID <String>
The ID of a specific comment to get. If not supplied, will return back all comments for this repository.
-Issue <Int64>
Issue number to get comments for. If not supplied, will return back all comments for this repository.
-Since <DateTime>
Only comments updated at or after this time are returned.
-Sort <String>
How to sort the results.
-Direction <String>
How to list the results. Ignored without the sort parameter.
-MediaType <String>
The format in which the API will return the body of the comment.
Raw - Return the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
Text - Return a text only representation of the markdown body. Response will include body_text.
Html - Return HTML rendered from the body's markdown. Response will include body_html.
Full - Return raw, text and HTML representations. Response will include body, body_text, and body_html.
The format in which the API will return the body of the comment.Raw - Return the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.Text - Return a text only representation of the markdown body. Response will include body_text.Html - Return HTML rendered from the body's markdown. Response will include body_html.Full - Return raw, text and HTML representations. Response will include body, body_text, and body_html.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-EventID <Int64>
The ID of a specific event to get. If not supplied, will return back all events for this repository.
-Issue <Int64>
Issue number to get events for. If not supplied, will return back all events for this repository.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-Name <String>
The name of the .gitignore template whose content should be fetched.
Not providing this will cause a list of all available templates to be returned.
The name of the .gitignore template whose content should be fetched.Not providing this will cause a list of all available templates to be returned.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-OrganizationName <String>
The organization whose issues should be retrieved.
-RepositoryType <String>
all: Retrieve issues across owned, member and org repositories
ownedAndMember: Retrieve issues across owned and member repositories
all: Retrieve issues across owned, member and org repositoriesownedAndMember: Retrieve issues across owned and member repositories
-Issue <Int64>
The number of specic Issue to retrieve. If not supplied, will return back all
Issues for this Repository that match the specified criteria.
The number of specic Issue to retrieve. If not supplied, will return back allIssues for this Repository that match the specified criteria.
-IgnorePullRequests <SwitchParameter>
GitHub treats Pull Requests as Issues. Specify this switch to skip over any
Issue that is actually a Pull Request.
GitHub treats Pull Requests as Issues. Specify this switch to skip over anyIssue that is actually a Pull Request.
-Filter <String>
Indicates the type of Issues to return:
assigned: Issues assigned to the authenticated user.
created: Issues created by the authenticated user.
mentioned: Issues mentioning the authenticated user.
subscribed: Issues the authenticated user has been subscribed to updates for.
all: All issues the authenticated user can see, regardless of participation or creation.
Indicates the type of Issues to return:assigned: Issues assigned to the authenticated user.created: Issues created by the authenticated user.mentioned: Issues mentioning the authenticated user.subscribed: Issues the authenticated user has been subscribed to updates for.all: All issues the authenticated user can see, regardless of participation or creation.
-State <String>
Indicates the state of the issues to return.
-Label <String[]>
The label (or labels) that returned Issues should have.
-Sort <String>
The property to sort the returned Issues by.
-Direction <String>
The direction of the sort.
-Since <DateTime>
If specified, returns only issues updated at or after this time.
-MilestoneType <String>
If specified, indicates what milestone Issues must be a part of to be returned:
specific: Only issues with the milestone specified via the Milestone parameter will be returned.
all: All milestones will be returned.
none: Only issues without milestones will be returned.
If specified, indicates what milestone Issues must be a part of to be returned: specific: Only issues with the milestone specified via the Milestone parameter will be returned. all: All milestones will be returned. none: Only issues without milestones will be returned.
-Milestone <String>
Only issues with this milestone will be returned.
-AssigneeType <String>
If specified, indicates who Issues must be assigned to in order to be returned:
specific: Only issues assigned to the user specified by the Assignee parameter will be returned.
all: Issues assigned to any user will be returned.
none: Only issues without an assigned user will be returned.
If specified, indicates who Issues must be assigned to in order to be returned: specific: Only issues assigned to the user specified by the Assignee parameter will be returned. all: Issues assigned to any user will be returned. none: Only issues without an assigned user will be returned.
-Assignee <String>
Only issues assigned to this user will be returned.
-Creator <String>
Only issues created by this specified user will be returned.
-Mentioned <String>
Only issues that mention this specified user will be returned.
-MediaType <String>
The format in which the API will return the body of the issue.
Raw - Return the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
Text - Return a text only representation of the markdown body. Response will include body_text.
Html - Return HTML rendered from the body's markdown. Response will include body_html.
Full - Return raw, text and HTML representations. Response will include body, body_text, and body_html.
The format in which the API will return the body of the issue.Raw - Return the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.Text - Return a text only representation of the markdown body. Response will include body_text.Html - Return HTML rendered from the body's markdown. Response will include body_html.Full - Return raw, text and HTML representations. Response will include body, body_text, and body_html.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Issue <Int64>
The Issue to get the timeline for.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Name <String>
Name of the specific label to be retieved. If not supplied, all labels will be retrieved.
Emoji and codes are supported. For more information, see here: https://www.webpagefx.com/tools/emoji-cheat-sheet/
Name of the specific label to be retieved. If not supplied, all labels will be retrieved.Emoji and codes are supported. For more information, see here: https://www.webpagefx.com/tools/emoji-cheat-sheet/
-Issue <Int64>
If provided, will return all of the labels for this particular issue.
-Milestone <Int64>
If provided, will return all of the labels for this particular milestone.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Name <String>
The name of the license to retrieve the content for. If not specified, all licenses
will be returned.
The name of the license to retrieve the content for. If not specified, all licenseswill be returned.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Milestone <Int64>
The number of a specific milestone to get. If not supplied, will return back all milestones for this repository.
-State <String>
Only milestones with this state are returned.
-Sort <String>
How to sort the results.
-Direction <String>
How to list the results. Ignored without the sort parameter.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OrganizationName <String>
The name of the organization
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-PullRequest <String>
The specic pull request id to return back. If not supplied, will return back all
pull requests for the specified Repository.
The specic pull request id to return back. If not supplied, will return back allpull requests for the specified Repository.
-State <String>
The state of the pull requests that should be returned back.
-Head <String>
Filter pulls by head user and branch name in the format of 'user:ref-name'
-Base <String>
Base branch name to filter the pulls by.
-Sort <String>
What to sort the results by.
* created
* updated
* popularity (comment count)
* long-running (age, filtering by pulls updated in the last month)
What to sort the results by.* created* updated* popularity (comment count)* long-running (age, filtering by pulls updated in the last month)
-Direction <String>
The direction to be used for Sort.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-OrganizationName <String>
The name of the organization to retrieve the repositories for.
-Visibility <String>
The type of visibility/accessibility for the repositories to return.
-Affiliation <String[]>
Can be one or more of:
owner - Repositories that are owned by the authenticated user
collaborator - Repositories that the user has been added to as a collaborator
organization_member - Repositories that the user has access to through being
a member of an organization. This includes every repository on every team that the user
is on.
Can be one or more of:owner - Repositories that are owned by the authenticated usercollaborator - Repositories that the user has been added to as a collaboratororganization_member - Repositories that the user has access to through beinga member of an organization. This includes every repository on every team that the useris on.
-Type <String>
The type of repository to return.
-Sort <String>
Property that the results should be sorted by
-Direction <String>
Direction of the sort that is to be applied to the results.
-GetAllPublicRepositories <SwitchParameter>
If this is specified with no other parameter, then instead of returning back all
repositories for the current authenticated user, it will instead return back all
public repositories on GitHub.
If this is specified with no other parameter, then instead of returning back allrepositories for the current authenticated user, it will instead return back allpublic repositories on GitHub.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Name <String>
Name of the specific branch to be retieved. If not supplied, all branches will be retrieved.
-ProtectedOnly <SwitchParameter>
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-IncludeAnonymousContributors <SwitchParameter>
If specified, anonymous contributors will be included in the results.
-IncludeStatistics <SwitchParameter>
If specified, each result will include statistics for the number of additions, deletions
and commit counts, by week (excluding merge commits and empty commits).
If specified, each result will include statistics for the number of additions, deletionsand commit counts, by week (excluding merge commits and empty commits).
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Sort <String>
The sort order for results.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-OrganizationName <String>
The name of the organization
-TeamId <String>
The ID of the speific team to retrieve
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OrganizationName <String>
The name of the organization
-TeamName <String>
The name of the team in the organization
-TeamId <Int64>
The ID of the team in the organization
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-User <String>
The GitHub user to retrieve information for.
If not specified, will retrieve information on all GitHub users (and may take a while to complete).
The GitHub user to retrieve information for.If not specified, will retrieve information on all GitHub users (and may take a while to complete).
-Current <SwitchParameter>
If specified, gets information on the current user.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-User <String>
The GitHub user to retrieve information for.
-Subject <String>
Identifies which additional information to receive about the user's hovercard.
-SubjectId <String>
The ID for the Subject. Required when Subject has been specified.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Per <String>
The interval at which return to return the view counts.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-Issue <PSObject[]>
The Issue(s) to be grouped.
-Weeks <Int32>
The number of weeks to group the Issues by.
-DateType <String>
The date property that should be inspected when determining which week grouping the issue
if part of.
The date property that should be inspected when determining which week grouping the issueif part of.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-UriFragment <String>
The unique, tail-end, of the REST URI that indicates what Store REST action will
be peformed. This should not start with a leading "/".
The unique, tail-end, of the REST URI that indicates what Store REST action willbe peformed. This should not start with a leading "/".
-Method <String>
The type of REST method being peformed. This only supports a reduced set of the
possible REST methods (delete, get, post, put).
The type of REST method being peformed. This only supports a reduced set of thepossible REST methods (delete, get, post, put).
-Description <String>
A friendly description of the operation being performed for logging and console
display purposes.
A friendly description of the operation being performed for logging and consoledisplay purposes.
-Body <String>
This optional parameter forms the body of a PUT or POST request. It will be automatically
encoded to UTF8 and sent as Content Type: "application/json; charset=UTF-8"
This optional parameter forms the body of a PUT or POST request. It will be automaticallyencoded to UTF8 and sent as Content Type: "application/json; charset=UTF-8"
-AcceptHeader <String>
Specify the media type in the Accept header. Different types of commands may require
different media types.
Specify the media type in the Accept header. Different types of commands may requiredifferent media types.
-ExtendedResult <SwitchParameter>
If specified, the result will be a PSObject that contains the normal result, along with
the response code and other relevant header detail content.
If specified, the result will be a PSObject that contains the normal result, along withthe response code and other relevant header detail content.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api as opposed to requesting a new one.
If provided, this will be used as the AccessToken for authentication with theREST Api as opposed to requesting a new one.
-TelemetryEventName <String>
If provided, the successful execution of this REST command will be logged to telemetry
using this event name.
If provided, the successful execution of this REST command will be logged to telemetryusing this event name.
-TelemetryProperties <Hashtable>
If provided, the successful execution of this REST command will be logged to telemetry
with these additional properties. This will be silently ignored if TelemetryEventName
is not provided as well.
If provided, the successful execution of this REST command will be logged to telemetrywith these additional properties. This will be silently ignored if TelemetryEventNameis not provided as well.
-TelemetryExceptionBucket <String>
If provided, any exception that occurs will be logged to telemetry using this bucket.
It's possible that users will wish to log exceptions but not success (by providing
TelemetryEventName) if this is being executed as part of a larger scenario. If this
isn't provided, but TelemetryEventName *is* provided, then TelemetryEventName will be
used as the exception bucket value in the event of an exception. If neither is specified,
no bucket value will be used.
If provided, any exception that occurs will be logged to telemetry using this bucket.It's possible that users will wish to log exceptions but not success (by providingTelemetryEventName) if this is being executed as part of a larger scenario. If thisisn't provided, but TelemetryEventName *is* provided, then TelemetryEventName will beused as the exception bucket value in the event of an exception. If neither is specified,no bucket value will be used.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-UriFragment <String>
The unique, tail-end, of the REST URI that indicates what Store REST action will
be peformed. This should *not* include the 'top' and 'max' parameters. These
will be automatically added as needed.
The unique, tail-end, of the REST URI that indicates what Store REST action willbe peformed. This should *not* include the 'top' and 'max' parameters. Thesewill be automatically added as needed.
-Description <String>
A friendly description of the operation being performed for logging and console
display purposes.
A friendly description of the operation being performed for logging and consoledisplay purposes.
-AcceptHeader <String>
Specify the media type in the Accept header. Different types of commands may require
different media types.
Specify the media type in the Accept header. Different types of commands may requiredifferent media types.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api as opposed to requesting a new one.
If provided, this will be used as the AccessToken for authentication with theREST Api as opposed to requesting a new one.
-TelemetryEventName <String>
If provided, the successful execution of this REST command will be logged to telemetry
using this event name.
If provided, the successful execution of this REST command will be logged to telemetryusing this event name.
-TelemetryProperties <Hashtable>
If provided, the successful execution of this REST command will be logged to telemetry
with these additional properties. This will be silently ignored if TelemetryEventName
is not provided as well.
If provided, the successful execution of this REST command will be logged to telemetrywith these additional properties. This will be silently ignored if TelemetryEventNameis not provided as well.
-TelemetryExceptionBucket <String>
If provided, any exception that occurs will be logged to telemetry using this bucket.
It's possible that users will wish to log exceptions but not success (by providing
TelemetryEventName) if this is being executed as part of a larger scenario. If this
isn't provided, but TelemetryEventName *is* provided, then TelemetryEventName will be
used as the exception bucket value in the event of an exception. If neither is specified,
no bucket value will be used.
If provided, any exception that occurs will be logged to telemetry using this bucket.It's possible that users will wish to log exceptions but not success (by providingTelemetryEventName) if this is being executed as part of a larger scenario. If thisisn't provided, but TelemetryEventName *is* provided, then TelemetryEventName will beused as the exception bucket value in the event of an exception. If neither is specified,no bucket value will be used.
-SinglePage <SwitchParameter>
By default, this function will automtically call any follow-up "nextLinks" provided by
the return value in order to retrieve the entire result set. If this switch is provided,
only the first "page" of results will be retrieved, and the "nextLink" links will not be
followed.
WARNING: This might take a while depending on how many results there are.
By default, this function will automtically call any follow-up "nextLinks" provided bythe return value in order to retrieve the entire result set. If this switch is provided,only the first "page" of results will be retrieved, and the "nextLink" links will not befollowed.WARNING: This might take a while depending on how many results there are.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Issue <Int64>
The issue to be locked.
-Reason <String>
The reason for locking the issue or pull request conversation.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-NewOwnerName <String>
The username or organization name the repository will be transferred to.
-TeamId <Int64[]>
ID of the team or teams to add to the repository. Teams can only be added to
organization-owned repositories.
ID of the team or teams to add to the repository. Teams can only be added toorganization-owned repositories.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Issue <Int64>
Issue number to add the assignees to.
-Assignee <String[]>
Usernames of users to assign this issue to. NOTE: Only users with push access can add assignees to an issue.
Assignees are silently ignored otherwise.
Usernames of users to assign this issue to. NOTE: Only users with push access can add assignees to an issue.Assignees are silently ignored otherwise.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Issue <Int64>
The number for the issue that the comment will be filed under.
-Body <String>
The contents of the comment.
-MediaType <String>
The format in which the API will return the body of the comment.
Raw - Return the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
Text - Return a text only representation of the markdown body. Response will include body_text.
Html - Return HTML rendered from the body's markdown. Response will include body_html.
Full - Return raw, text and HTML representations. Response will include body, body_text, and body_html.
The format in which the API will return the body of the comment.Raw - Return the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.Text - Return a text only representation of the markdown body. Response will include body_text.Html - Return HTML rendered from the body's markdown. Response will include body_html.Full - Return raw, text and HTML representations. Response will include body, body_text, and body_html.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Title <String>
The title of the issue
-Body <String>
The contents of the issue
-Assignee <String[]>
Login(s) for Users to assign to the issue.
-Milestone <Int64>
The number of the mileston to associate this issue with.
-Label <String[]>
Label(s) to associate with this issue.
-MediaType <String>
The format in which the API will return the body of the issue.
Raw - Return the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
Text - Return a text only representation of the markdown body. Response will include body_text.
Html - Return HTML rendered from the body's markdown. Response will include body_html.
Full - Return raw, text and HTML representations. Response will include body, body_text, and body_html.
The format in which the API will return the body of the issue.Raw - Return the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.Text - Return a text only representation of the markdown body. Response will include body_text.Html - Return HTML rendered from the body's markdown. Response will include body_html.Full - Return raw, text and HTML representations. Response will include body, body_text, and body_html.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Name <String>
Name of the label to be created.
Emoji and codes are supported. For more information, see here: https://www.webpagefx.com/tools/emoji-cheat-sheet/
Name of the label to be created.Emoji and codes are supported. For more information, see here: https://www.webpagefx.com/tools/emoji-cheat-sheet/
-Color <String>
Color (in HEX) for the new label, without the leading # sign.
-Description <String>
A short description of the label.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Title <String>
The title of the milestone.
-State <String>
The state of the milestone.
-Description <String>
A description of the milestone.
-DueOn <DateTime>
The milestone due date.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-RepositoryName <String>
Name of the repository to be created.
-OrganizationName <String>
Name of the organization that the repository should be created under.
If not specified, will be created under the current user's account.
Name of the organization that the repository should be created under.If not specified, will be created under the current user's account.
-Description <String>
A short description of the repository.
-Homepage <String>
A URL with more information about the repository.
-GitIgnoreTemplate <String>
Desired language or platform .gitignore template to apply.
For supported values, call Get-GitHubGitIgnore.
Values are case-sensitive.
Desired language or platform .gitignore template to apply.For supported values, call Get-GitHubGitIgnore.Values are case-sensitive.
-LicenseTemplate <String>
Choose an open source license template that best suits your needs.
For supported values, call Get-GitHubLicense
Values are case-sensitive.
Choose an open source license template that best suits your needs.For supported values, call Get-GitHubLicenseValues are case-sensitive.
-TeamId <Int64>
The id of the team that will be granted access to this repository.
This is only valid when creating a repository in an organization.
The id of the team that will be granted access to this repository.This is only valid when creating a repository in an organization.
-Private <SwitchParameter>
By default, this repository will created Public. Specify this to create
a private repository. Creating private repositories requires a paid GitHub account.
By default, this repository will created Public. Specify this to createa private repository. Creating private repositories requires a paid GitHub account.
-NoIssues <SwitchParameter>
By default, this repository will support Issues. Specify this to disable Issues.
-NoProjects <SwitchParameter>
By default, this repository will support Projects. Specify this to disable Projects.
If you're creating a repository in an organization that has disabled repository projects,
this will be true by default.
By default, this repository will support Projects. Specify this to disable Projects.If you're creating a repository in an organization that has disabled repository projects,this will be true by default.
-NoWiki <SwitchParameter>
By default, this repository will have a Wiki. Specify this to disable the Wiki.
-AutoInit <SwitchParameter>
Specify this to create an initial commit with an empty README.
-DisallowSquashMerge <SwitchParameter>
By default, squash-merging pull requests will be allowed.
Specify this to disallow.
By default, squash-merging pull requests will be allowed.Specify this to disallow.
-DisallowMergeCommit <SwitchParameter>
By default, merging pull requests with a merge commit will be allowed.
Specify this to disallow.
By default, merging pull requests with a merge commit will be allowed.Specify this to disallow.
-DisallowRebaseMerge <SwitchParameter>
By default, rebase-merge pull requests will be allowed.
Specify this to disallow.
By default, rebase-merge pull requests will be allowed.Specify this to disallow.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-OrganizationName <String>
Name of the organization that the new repository should be created under.
If not specified, will be created under the current authenticated user's account.
Name of the organization that the new repository should be created under.If not specified, will be created under the current authenticated user's account.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Issue <Int64>
Issue number to remove the assignees from.
-Assignee <String[]>
Usernames of assignees to remove from an issue. NOTE: Only users with push access can remove assignees from an issue. Assignees are silently ignored otherwise.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-CommentID <String>
The id of the comment to delete.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Issue <Int64>
Issue number to remove the label from.
-Name <String>
Name of the label to be deleted. If not provided, will delete all labels on the issue.
Emoji and codes are supported. For more information, see here: https://www.webpagefx.com/tools/emoji-cheat-sheet/
Name of the label to be deleted. If not provided, will delete all labels on the issue.Emoji and codes are supported. For more information, see here: https://www.webpagefx.com/tools/emoji-cheat-sheet/
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Name <String>
Name of the label to be deleted.
Emoji and codes are supported. For more information, see here: https://www.webpagefx.com/tools/emoji-cheat-sheet/
Name of the label to be deleted.Emoji and codes are supported. For more information, see here: https://www.webpagefx.com/tools/emoji-cheat-sheet/
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Milestone <String>
The number of a specific milestone to delete.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-SessionOnly <SwitchParameter>
By default, this will delete the location configuration file so that all defaults are used
again. If this is specified, then only the configuration values that were made during
this session will be discarded.
By default, this will delete the location configuration file so that all defaults are usedagain. If this is specified, then only the configuration values that were made duringthis session will be discarded.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-Credential <PSCredential>
If provided, instead of prompting the user for their API Token, it will be extracted
from the password field of this credential object.
If provided, instead of prompting the user for their API Token, it will be extractedfrom the password field of this credential object.
-SessionOnly <SwitchParameter>
By default, this method will store the provided API Token as a SecureString in a local
file so that it can be restored automatically in future PowerShell sessions. If this
switch is provided, the file will not be created/updated and the authentication information
will only remain in memory for the duration of this PowerShell session.
By default, this method will store the provided API Token as a SecureString in a localfile so that it can be restored automatically in future PowerShell sessions. If thisswitch is provided, the file will not be created/updated and the authentication informationwill only remain in memory for the duration of this PowerShell session.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-CommentID <String>
The comment ID of the comment to edit.
-Body <String>
The new contents of the comment.
-MediaType <String>
The format in which the API will return the body of the comment.
Raw - Return the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
Text - Return a text only representation of the markdown body. Response will include body_text.
Html - Return HTML rendered from the body's markdown. Response will include body_html.
Full - Return raw, text and HTML representations. Response will include body, body_text, and body_html.
The format in which the API will return the body of the comment.Raw - Return the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.Text - Return a text only representation of the markdown body. Response will include body_text.Html - Return HTML rendered from the body's markdown. Response will include body_html.Full - Return raw, text and HTML representations. Response will include body, body_text, and body_html.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-ApiHostName <String>
The hostname of the GitHub instance to communicate with. Defaults to 'github.com'. Provide a
different hostname when using a GitHub Enterprise server. Do not include the HTTP/S prefix,
and do not include 'api'. For example, use "github.contoso.com".
The hostname of the GitHub instance to communicate with. Defaults to 'github.com'. Provide adifferent hostname when using a GitHub Enterprise server. Do not include the HTTP/S prefix,and do not include 'api'. For example, use "github.contoso.com".
-ApplicationInsightsKey <String>
Change the Application Insights instance that telemetry will be reported to (if telemetry
hasn't been disabled via DisableTelemetry).
Change the Application Insights instance that telemetry will be reported to (if telemetryhasn't been disabled via DisableTelemetry).
-AssemblyPath <String>
The location that any dependent assemblies that this module depends on can be located.
If the assemblies can't be found at this location, nor in a temporary cache or in
the module's directory, the assemblies will be downloaded and temporarily cached.
The location that any dependent assemblies that this module depends on can be located.If the assemblies can't be found at this location, nor in a temporary cache or inthe module's directory, the assemblies will be downloaded and temporarily cached.
-DefaultNoStatus <SwitchParameter>
Control if the -NoStatus switch should be passed-in by default to all methods.
-DefaultOwnerName <String>
The owner name that should be used with a command that takes OwnerName as a parameter
when no value has been supplied.
The owner name that should be used with a command that takes OwnerName as a parameterwhen no value has been supplied.
-DefaultRepositoryName <String>
The owner name that should be used with a command that takes RepositoryName as a parameter
when no value has been supplied.
The owner name that should be used with a command that takes RepositoryName as a parameterwhen no value has been supplied.
-DisableLogging <SwitchParameter>
Specify this switch to stop the module from logging all activity to a log file located
at the location specified by LogPath.
Specify this switch to stop the module from logging all activity to a log file locatedat the location specified by LogPath.
-DisablePiiProtection <SwitchParameter>
Specify this switch to disable the hashing of potential PII data prior to submitting the
data to telemetry (if telemetry hasn't been disabled via DisableTelemetry).
Specify this switch to disable the hashing of potential PII data prior to submitting thedata to telemetry (if telemetry hasn't been disabled via DisableTelemetry).
-DisableSmarterObjects <SwitchParameter>
By deffault, this module will modify all objects returned by the API calls to update
any properties that can be converted to objects (like strings for Date/Time's being
converted to real DateTime objects). Enable this property if you desire getting back
the unmodified version of the object from the API.
By deffault, this module will modify all objects returned by the API calls to updateany properties that can be converted to objects (like strings for Date/Time's beingconverted to real DateTime objects). Enable this property if you desire getting backthe unmodified version of the object from the API.
-DisableTelemetry <SwitchParameter>
Specify this switch to stop the module from reporting any of its usage (which would be used
for diagnostics purposes).
Specify this switch to stop the module from reporting any of its usage (which would be usedfor diagnostics purposes).
-LogPath <String>
The location of the log file that all activity will be written to if DisableLogging remains
$false.
The location of the log file that all activity will be written to if DisableLogging remains$false.
-LogProcessId <SwitchParameter>
If specified, the Process ID of the current PowerShell session will be included in each
log entry. This can be useful if you have concurrent PowerShell sessions all logging
to the same file, as it would then be possible to filter results based on ProcessId.
If specified, the Process ID of the current PowerShell session will be included in eachlog entry. This can be useful if you have concurrent PowerShell sessions all loggingto the same file, as it would then be possible to filter results based on ProcessId.
-LogRequestBody <SwitchParameter>
If specified, the JSON body of the REST request will be logged to verbose output.
This can be helpful for debugging purposes.
If specified, the JSON body of the REST request will be logged to verbose output.This can be helpful for debugging purposes.
-LogTimeAsUtc <SwitchParameter>
If specified, all times logged will be logged as UTC instead of the local timezone.
-RetryDelaySeconds <Int32>
The number of seconds to wait before retrying a command again after receiving a 202 response.
-SuppressNoTokenWarning <SwitchParameter>
If an Access Token has not been configured, this module will provide a warning to the user
informing them of this, once per session. If it is expected that this module will regularly
be used without configuring an Access Token, specify this switch to always suppress that
warning message.
If an Access Token has not been configured, this module will provide a warning to the userinforming them of this, once per session. If it is expected that this module will regularlybe used without configuring an Access Token, specify this switch to always suppress thatwarning message.
-SuppressTelemetryReminder <SwitchParameter>
When telemetry is enabled, a warning will be printed to the console once per session
informing users that telemetry is occurring. Setting this value will suppress that
message from showing up ever again.
When telemetry is enabled, a warning will be printed to the console once per sessioninforming users that telemetry is occurring. Setting this value will suppress thatmessage from showing up ever again.
-WebRequestTimeoutSec <Int32>
The number of seconds that should be allowed before an API request times out. A value of
0 indicates an infinite timeout, however experience has shown that PowerShell doesn't seem
to always honor inifinite timeouts. Hence, this value can be configured if need be.
The number of seconds that should be allowed before an API request times out. A value of0 indicates an infinite timeout, however experience has shown that PowerShell doesn't seemto always honor inifinite timeouts. Hence, this value can be configured if need be.
-SessionOnly <SwitchParameter>
By default, this method will store the configuration values in a local file so that changes
persist across PowerShell sessions. If this switch is provided, the file will not be
created/updated and the specified configuration changes will only remain in memory/effect
for the duration of this PowerShell session.
By default, this method will store the configuration values in a local file so that changespersist across PowerShell sessions. If this switch is provided, the file will not becreated/updated and the specified configuration changes will only remain in memory/effectfor the duration of this PowerShell session.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Issue <Int64>
Issue number to replace the labels.
-Name <String[]>
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Label <Object[]>
The array of Labels (name, color, description) that the repository should be aligning to.
A default list of labels will be used if no Labels are provided.
The array of Labels (name, color, description) that the repository should be aligning to.A default list of labels will be used if no Labels are provided.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Milestone <Int64>
The number of a specific milestone to get.
-Title <String>
The title of the milestone.
-State <String>
The state of the milestone.
-Description <String>
A description of the milestone.
-DueOn <DateTime>
The milestone due date.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Name <String[]>
Array of topics to add to the repository.
-Clear <SwitchParameter>
Specify this to clear all topics from the repository.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Assignee <String>
Username for the assignee
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OrganizationName <String>
The name of the organization.
-UserName <String>
The name of the user being inquired about.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Issue <Int64>
The issue to be unlocked.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-Name <String>
The new name of the user.
-Email <String>
The publicly visible email address of the user.
-Blog <String>
The new blog URL of the user.
-Company <String>
The new company of the user.
-Location <String>
The new location of the user.
-Bio <String>
The new short biography of the user.
-Hireable <SwitchParameter>
Specify to indicate a change in hireable availability for the current authenticated user's
GitHub profile. To change to "not hireable", specify -Hireable:$false
Specify to indicate a change in hireable availability for the current authenticated user'sGitHub profile. To change to "not hireable", specify -Hireable:$false
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Issue <Int64>
The issue to be updated.
-Title <String>
The title of the issue
-Body <String>
The contents of the issue
-Assignee <String[]>
Login(s) for Users to assign to the issue.
Provide an empty array to clear all existing assignees.
Login(s) for Users to assign to the issue.Provide an empty array to clear all existing assignees.
-Milestone <Int64>
The number of the mileston to associate this issue with.
Set to 0/$null to remove current.
The number of the mileston to associate this issue with.Set to 0/$null to remove current.
-Label <String[]>
Label(s) to associate with this issue.
Provide an empty array to clear all existing labels.
Label(s) to associate with this issue.Provide an empty array to clear all existing labels.
-State <String>
Modify the current state of the issue.
-MediaType <String>
The format in which the API will return the body of the issue.
Raw - Return the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
Text - Return a text only representation of the markdown body. Response will include body_text.
Html - Return HTML rendered from the body's markdown. Response will include body_html.
Full - Return raw, text and HTML representations. Response will include body, body_text, and body_html.
The format in which the API will return the body of the issue.Raw - Return the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.Text - Return a text only representation of the markdown body. Response will include body_text.Html - Return HTML rendered from the body's markdown. Response will include body_html.Full - Return raw, text and HTML representations. Response will include body, body_text, and body_html.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Name <String>
Current name of the label to be updated.
Emoji and codes are supported. For more information, see here: https://www.webpagefx.com/tools/emoji-cheat-sheet/
Current name of the label to be updated.Emoji and codes are supported. For more information, see here: https://www.webpagefx.com/tools/emoji-cheat-sheet/
-NewName <String>
New name for the label being updated.
Emoji and codes are supported. For more information, see here: https://www.webpagefx.com/tools/emoji-cheat-sheet/
New name for the label being updated.Emoji and codes are supported. For more information, see here: https://www.webpagefx.com/tools/emoji-cheat-sheet/
-Color <String>
Color (in HEX) for the new label, without the leading # sign.
-Description <String>
A short description of the label.
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
Parameters
-OwnerName <String>
Owner of the repository.
If not supplied here, the DefaultOwnerName configuration property value will be used.
Owner of the repository.If not supplied here, the DefaultOwnerName configuration property value will be used.
-RepositoryName <String>
Name of the repository.
If not supplied here, the DefaultRepositoryName configuration property value will be used.
Name of the repository.If not supplied here, the DefaultRepositoryName configuration property value will be used.
-Uri <String>
Uri for the repository.
The OwnerName and RepositoryName will be extracted from here instead of needing to provide
them individually.
Uri for the repository.The OwnerName and RepositoryName will be extracted from here instead of needing to providethem individually.
-Description <String>
A short description of the repository.
-Homepage <String>
A URL with more information about the repository.
-DefaultBranch <String>
Update the default branch for this repository.
-Private <SwitchParameter>
Specify this to make the repository repository. Creating private repositories requires a
paid GitHub account.
To change a repository to be public, specify -Private:$false
Specify this to make the repository repository. Creating private repositories requires apaid GitHub account.To change a repository to be public, specify -Private:$false
-NoIssues <SwitchParameter>
By default, this repository will support Issues. Specify this to disable Issues.
-NoProjects <SwitchParameter>
By default, this repository will support Projects. Specify this to disable Projects.
If you're creating a repository in an organization that has disabled repository projects,
this will be true by default.
By default, this repository will support Projects. Specify this to disable Projects.If you're creating a repository in an organization that has disabled repository projects,this will be true by default.
-NoWiki <SwitchParameter>
By default, this repository will have a Wiki. Specify this to disable the Wiki.
-DisallowSquashMerge <SwitchParameter>
By default, squash-merging pull requests will be allowed.
Specify this to disallow.
By default, squash-merging pull requests will be allowed.Specify this to disallow.
-DisallowMergeCommit <SwitchParameter>
By default, merging pull requests with a merge commit will be allowed.
Specify this to disallow.
By default, merging pull requests with a merge commit will be allowed.Specify this to disallow.
-DisallowRebaseMerge <SwitchParameter>
By default, rebase-merge pull requests will be allowed.
Specify this to disallow.
By default, rebase-merge pull requests will be allowed.Specify this to disallow.
-Archived <SwitchParameter>
-AccessToken <String>
If provided, this will be used as the AccessToken for authentication with the
REST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
If provided, this will be used as the AccessToken for authentication with theREST Api. Otherwise, will attempt to use the configured value or will run unauthenticated.
-NoStatus <SwitchParameter>
If this switch is specified, long-running commands will run on the main thread
with no commandline status update. When not specified, those commands run in
the background, enabling the command prompt to provide status information.
If not supplied here, the DefaultNoStatus configuration property value will be used.
If this switch is specified, long-running commands will run on the main threadwith no commandline status update. When not specified, those commands run inthe background, enabling the command prompt to provide status information.If not supplied here, the DefaultNoStatus configuration property value will be used.
-WhatIf <SwitchParameter>
-Confirm <SwitchParameter>
Examples
-------------------------- EXAMPLE 1 --------------------------
0 commit comments