< Back
Get-GitBonesTemplate
Post
NAME Get-GitBonesTemplate
SYNOPSIS
Retrieves all supported GitBones Templates
SYNTAX
Get-GitBonesTemplate [[-GitBonesUri] <String>] [[-Name] <String>] [[-Topic] <String>] [[-Author] <String>]
[[-Language] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Retrieves a full or filtered list of GitBones Templates. The templates provded by GitBones
are searchable by GitBones Template URI, Name, Topic, Author, or Language. The Git-GitBonesTemplate
can use the simplified alias of BonesList to quickly query available templates. Use this function
to discover GitBones templates to build your projects with quickstarts and skeleton directories
available.
PARAMETERS
-GitBonesUri <String>
The GitBones Template HTTPS URL hosted on GitBones
Required? false
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Name <String>
Filter results based on GitBones Name keyword or phrase
Required? false
Position? 2
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Topic <String>
Filter results based on GitBones Topic keyword or phrase
Required? false
Position? 3
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Author <String>
Filter results based on GitBones Author keyword or phrase
Required? false
Position? 4
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Language <String>
Filter results based on GitBones programming Language keyword or phrase
Required? false
Position? 5
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
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-GitBonesTemplate -GitBonesUri 'https://gitlab.com/git-templates/default.git'
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>BonesList -Bones 'https://gitlab.com/git-templates/default.git'
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-GitBonesTemplate -Topic 'CloudFormation'
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>BonesList -Topic 'CloudFormation'
-------------------------- EXAMPLE 5 --------------------------
PS C:\\>Get-GitBonesTemplate -Author 'AWS'
-------------------------- EXAMPLE 6 --------------------------
PS C:\\>BonesList -Author 'AWS'
-------------------------- EXAMPLE 7 --------------------------
PS C:\\>Get-GitBonesTemplate -Language 'PowerShell'
-------------------------- EXAMPLE 8 --------------------------
PS C:\\>BonesList -Application 'PowerShell'
RELATED LINKS
CommonParameters : False
WorkflowCommonParameters : False
details : @{name=Invoke-GitInstall; noun=; verb=}
Syntax : @{syntaxItem=System.Object[]}
parameters : @{parameter=System.Object[]}
inputTypes : @{inputType=}
returnValues : @{returnValue=}
aliases : None
remarks : Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only
partial help.
-- To download and install Help files for the module that includes this cmdlet, use
Update-Help.
alertSet :
description :
examples :
Synopsis :
Invoke-GitInstall
ModuleName : GitBones
nonTerminatingErrors :
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
Name : Invoke-GitInstall
Category : Function
Component :
Role :
Functionality :
SYNOPSIS
Retrieves all supported GitBones Templates
SYNTAX
Get-GitBonesTemplate [[-GitBonesUri] <String>] [[-Name] <String>] [[-Topic] <String>] [[-Author] <String>]
[[-Language] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Retrieves a full or filtered list of GitBones Templates. The templates provded by GitBones
are searchable by GitBones Template URI, Name, Topic, Author, or Language. The Git-GitBonesTemplate
can use the simplified alias of BonesList to quickly query available templates. Use this function
to discover GitBones templates to build your projects with quickstarts and skeleton directories
available.
PARAMETERS
-GitBonesUri <String>
The GitBones Template HTTPS URL hosted on GitBones
Required? false
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Name <String>
Filter results based on GitBones Name keyword or phrase
Required? false
Position? 2
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Topic <String>
Filter results based on GitBones Topic keyword or phrase
Required? false
Position? 3
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Author <String>
Filter results based on GitBones Author keyword or phrase
Required? false
Position? 4
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Language <String>
Filter results based on GitBones programming Language keyword or phrase
Required? false
Position? 5
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
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-GitBonesTemplate -GitBonesUri 'https://gitlab.com/git-templates/default.git'
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>BonesList -Bones 'https://gitlab.com/git-templates/default.git'
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-GitBonesTemplate -Topic 'CloudFormation'
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>BonesList -Topic 'CloudFormation'
-------------------------- EXAMPLE 5 --------------------------
PS C:\\>Get-GitBonesTemplate -Author 'AWS'
-------------------------- EXAMPLE 6 --------------------------
PS C:\\>BonesList -Author 'AWS'
-------------------------- EXAMPLE 7 --------------------------
PS C:\\>Get-GitBonesTemplate -Language 'PowerShell'
-------------------------- EXAMPLE 8 --------------------------
PS C:\\>BonesList -Application 'PowerShell'
RELATED LINKS
CommonParameters : False
WorkflowCommonParameters : False
details : @{name=Invoke-GitInstall; noun=; verb=}
Syntax : @{syntaxItem=System.Object[]}
parameters : @{parameter=System.Object[]}
inputTypes : @{inputType=}
returnValues : @{returnValue=}
aliases : None
remarks : Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only
partial help.
-- To download and install Help files for the module that includes this cmdlet, use
Update-Help.
alertSet :
description :
examples :
Synopsis :
Invoke-GitInstall
ModuleName : GitBones
nonTerminatingErrors :
xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10
xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10
xmlns:maml : http://schemas.microsoft.com/maml/2004/10
Name : Invoke-GitInstall
Category : Function
Component :
Role :
Functionality :