< Back

Get-ChocolateySource

Mon Jan 13, 2020 1:29 am

NAME Get-ChocolateySource



SYNOPSIS

List the source from Configuration file.





SYNTAX

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





DESCRIPTION

Allows you to list the configured source from the Chocolatey Configuration file.

When it comes to the source location, this can be a folder/file share

or an http location. If it is a url, it will be a location you can go

to in a browser and it returns OData with something that says Packages

in the browser, similar to what you see when you go

to https://chocolatey.org/api/v2/.





PARAMETERS

-Name <String[]>

Retrieve specific source details from configuration file.



Required? false

Position? 1

Default value *

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





https://github.com/chocolatey/choco/wiki/CommandsSource



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-ChocolateySource -Name Chocolatey















RELATED LINKS