CLI
hm pipeline
Manage pipeline definitions.
Synopsis
hm pipeline <subcommand> [args]Subcommands
| Subcommand | Purpose |
|---|---|
list | List pipelines in the current organization. |
show <slug> | Print one pipeline's metadata (repo, default ref, created). |
Use --json on either subcommand for machine-readable output.
Examples
hm pipeline list
hm pipeline show my-service
hm pipeline list --json