CLI
The Pipekit CLI lets you interact with Pipekit services without leaving your terminal.
On this page
Release notes
Quick reference
# Install (macOS / Linux)
brew install pipekit/tap/cli
# Log in
pipekit login
# List clusters you have access to
pipekit list clusters
# Submit a workflow
pipekit submit --cluster-name=<cluster> path/to/workflow.yaml
# View logs for a Run
pipekit logs --run-uuid=<uuid> --followLast updated