Skip to content

Get-GitHubConfig

SYNOPSIS

Get a GitHub module configuration.

SYNTAX

Get the module configuration (Default)

Get-GitHubConfig [<CommonParameters>]

Get a specific configuration item

Get-GitHubConfig -Name <string> [<CommonParameters>]

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

DESCRIPTION

Get a GitHub module configuration.

EXAMPLES

EXAMPLE 1

Get-GitHubConfig -Name DefaultContext

Get the DefaultContext value from the GitHub module configuration.

PARAMETERS

-Name

The name of the configuration to get.

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: Get a specific configuration item
  Position: Named
  IsRequired: true
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

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

INPUTS

OUTPUTS

GitHubConfig

{{ Fill in the Description }}

System.Object

{{ Fill in the Description }}

NOTES