Get GitHubConfiguration - X-Guardian/PowerShellForGitHub GitHub Wiki

Get-GitHubConfiguration

SYNOPSIS

Gets the currently configured value for the requested configuration setting.

SYNTAX

Get-GitHubConfiguration [-Name] <String> [<CommonParameters>]

DESCRIPTION

Gets the currently configured value for the requested configuration setting.

Always returns the value for this session, which may or may not be the persisted setting (that all depends on whether or not the setting was previously modified during this session using Set-GitHubConfiguration -SessionOnly).

The Git repo for this module can be found here: http://aka.ms/PowerShellForGitHub

EXAMPLES

EXAMPLE 1

Get-GitHubConfiguration -Name WebRequestTimeoutSec

Gets the currently configured value for WebRequestTimeoutSec for this PowerShell session (which may or may not be the same as the persisted configuration value, depending on whether this value was modified during this session with Set-GitHubConfiguration -SessionOnly).

PARAMETERS

-Name

The name of the configuration whose value is desired.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

⚠️ **GitHub.com Fallback** ⚠️