CLI Commands
Core Commands
| Command | Description |
|---|---|
pipe <pipeline> | Run a pipeline |
pipe init | Create a new pipeline |
pipe list | List all pipelines |
pipe lint | Lint a pipeline for errors and warnings |
pipe inspect | Show detailed pipeline metadata |
pipe rm | Remove a pipeline |
pipe cache | Manage step cache entries |
pipe alias | Manage pipeline aliases |
Hub Commands (Beta)
| Command | Description |
|---|---|
pipe login | Authenticate with Pipe Hub |
pipe logout | Log out of Pipe Hub |
pipe whoami | Show the currently authenticated user |
pipe pull | Pull a pipeline from Pipe Hub |
pipe push | Push a pipeline to Pipe Hub |
pipe mv | Move a local pipeline to Pipe Hub |
pipe switch | Switch the active tag for a hub pipeline |
pipe tag | Manage tags for a hub pipeline |
Global flags
| Flag | Description |
|---|---|
-v, --verbose | Increase output verbosity (-v verbose, -vv debug) |
--version | Print version and exit |
-h, --help | Show help |