Skip to content

pipe inspect

Synopsis

pipe inspect <name>

Description

Displays detailed information about a pipeline including its source, path, description, steps with dependency relationships, variable count, and (for Hub pipelines) HEAD reference, active tag, and pulled tags with metadata.

Arguments

ArgumentDescription
<name>Pipeline name, alias, or owner/name path

Flags

None.

Output fields

FieldDescription
NamePipeline name
AliasAlias pointing to this pipeline (if any)
Sourcelocal or hub
PathFile system path to the pipeline
DescriptionPipeline description
StepsStep list with dependency info
VarsNumber of declared variables
HEADCurrent HEAD reference (Hub only)
Active TagCurrently active tag (Hub only)
TagsPulled tags with type, SHA, dirty status, and timestamps (Hub only)

Examples

Terminal window
pipe inspect deploy

See also