en-US/Config-Help.xml
|
<?xml version="1.0" encoding="utf-8"?> <helpItems xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" schema="maml" xmlns="http://msh"> <command:command> <command:details> <command:name>Get-GithubConfiguration</command:name> <maml:description> <maml:para>Gets the current GitHub API authentication configuration.</maml:para> </maml:description> <command:verb>Get</command:verb> <command:noun>GithubConfiguration</command:noun> </command:details> <maml:description> <maml:para>Returns the GitHub API authentication configuration. Checks, in order: GITHUB_TOKEN / GH_TOKEN environment variables, the GithubCli config file, and the gh CLI auth token.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-GithubConfiguration</maml:name> </command:syntaxItem> </command:syntax> <command:parameters /> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Github.Configuration</maml:name> </dev:type> <maml:description> <maml:para>A GitHub API configuration object containing authentication details.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para /> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>--------- Example 1 ---------</maml:title> <maml:introduction> <maml:para>Get-GithubConfiguration</maml:para> </maml:introduction> <dev:code /> <dev:remarks /> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Online Version</maml:linkText> <maml:uri /> </maml:navigationLink> <maml:navigationLink> <maml:linkText>https://github.com/chris-peterson/pwsh-github#authentication</maml:linkText> <maml:uri>https://github.com/chris-peterson/pwsh-github#authentication</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> </helpItems> |