< Back
Get-CidneyPipeline
Post
NAME Get-CidneyPipeline
SYNOPSIS
Get-CidneyPipeline will return a list of all Cidney Pipelines compiled from Pipeline: configurations.
SYNTAX
Get-CidneyPipeline [[-Name] <String>] [<CommonParameters>]
DESCRIPTION
When you first create a Cidney Pipeline: configuration you are actually creating a definition or a configuration
of a pipeline.
It is basically a global function which is stored in the Function: provider with the the name 'Pipeline:<Name of
pipeline>'
Get-CidneyPipeline is a utility function that will search for an return a list of defined Cidney Pipelines.
To start a Pipeline you use the cmdlet Invoke-Cidney.
PARAMETERS
-Name <String>
Required? false
Position? 1
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-CidneyPipeline
CommandType Name Version Source
----------- ---- ------- ------
Function Pipeline:HelloWorld 1.0.0.0 cidney
Function Pipeline:HelloWorld2 1.0.0.0 cidney
RELATED LINKS
Pipeline:
Stage:
On:
Do:
When:
Invoke-Cidney
SYNOPSIS
Get-CidneyPipeline will return a list of all Cidney Pipelines compiled from Pipeline: configurations.
SYNTAX
Get-CidneyPipeline [[-Name] <String>] [<CommonParameters>]
DESCRIPTION
When you first create a Cidney Pipeline: configuration you are actually creating a definition or a configuration
of a pipeline.
It is basically a global function which is stored in the Function: provider with the the name 'Pipeline:<Name of
pipeline>'
Get-CidneyPipeline is a utility function that will search for an return a list of defined Cidney Pipelines.
To start a Pipeline you use the cmdlet Invoke-Cidney.
PARAMETERS
-Name <String>
Required? false
Position? 1
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-CidneyPipeline
CommandType Name Version Source
----------- ---- ------- ------
Function Pipeline:HelloWorld 1.0.0.0 cidney
Function Pipeline:HelloWorld2 1.0.0.0 cidney
RELATED LINKS
Pipeline:
Stage:
On:
Do:
When:
Invoke-Cidney