Skip to content

pipe pull

Synopsis

pipe pull <owner>/<name>[:<tag>]

Description

Downloads a pipeline from Hub. Defaults to the latest tag. Verifies the SHA-256 checksum, saves to the local blob store, and validates the YAML.

Authentication is optional — unauthenticated requests have lower rate limits.

Arguments

ArgumentDescription
<owner>/<name>Hub pipeline path
:<tag>Tag to pull (default: latest)

Flags

FlagShortDescription
--force-fOverwrite local changes (skip dirty check)

Examples

Terminal window
# Pull latest tag
pipe pull myorg/deploy
# Pull specific tag
pipe pull myorg/deploy:v1.0.0
# Force overwrite local changes
pipe pull myorg/deploy --force

See also