pipe push <owner>/<name>[:<tag>] [-t <tag> ...]
Pushes a pipeline to Hub. Requires authentication. Resolves content from the active tag, a specific tag file, or local files. Verifies digest after upload.
-t
:<tag>
latest
<owner>/<name>
--tag <name>
# Push with default "latest" tagpipe push myorg/deploy # Push with explicit tagspipe push myorg/deploy -t v1.0.0 -t latest # Push with inline tagpipe push myorg/deploy:v2.0.0
pipe pull