Harmont docs
CLI

hm pipeline

Manage pipeline definitions.

Synopsis

hm pipeline <subcommand> [args]

Subcommands

SubcommandPurpose
listList 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

On this page