< Back

Get-RepoNamespaces

Mon Jan 13, 2020 8:32 pm

NAME Get-RepoNamespaces



SYNOPSIS

Gets a list of all the known repository namespaces available for a certain hosting service.





SYNTAX

Get-RepoNamespaces [[-Service] <String>] [[-Path] <String>] [<CommonParameters>]





DESCRIPTION

Lists all of the namespaces for a given service for which you have local repositories. These

namespaces form the first component of a repository name (i.e. namespace/name) and this information

will primarily be used to provide autocompletion hints for the New-Repo command.





PARAMETERS

-Service <String>

The remote hosting provider for the repository namespaces in question.



Required? false

Position? 1

Default value $GitTool.Service

Accept pipeline input? false

Accept wildcard characters? false



-Path <String>

The directory within which all of your repositories are stored. Defaults to the value of $GitTool.Directory

if not specified.



Required? false

Position? 2

Default value $GitTool.Directory

Accept pipeline input? false

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



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



PS C:\\>Get-RepoNamespaces



SierraSoftworks

spartan563











RELATED LINKS

New-Repo