pipe2
Ce contenu n’est pas encore disponible dans votre langue.
pipe2
Pipe2.ai command line and agent SDK
Synopsis
pipe2 is the official Pipe2.ai command line tool.
It is designed to be invoked by both humans and AI agents:
- Every command supports —json for structured output on stdout
- Human-readable progress is written to stderr
- Exit codes signal failure class (see
pipe2 help exit-codes) pipe2 schema [command]returns a machine-readable schema of every command, flag, and output type — agents use this as the canonical source of truth for the CLI surface.
Options
--api-url string override API base URL (env: PIPE2_API_URL) --config string path to config file (default: $XDG_CONFIG_HOME/pipe2/config.json) -h, --help help for pipe2 --json emit JSON to stdout instead of human-readable text --token string override personal access token (env: PIPE2_TOKEN) -v, --verbose verbose human output on stderrSEE ALSO
- pipe2 assets - Upload, inspect, and delete assets
- pipe2 auth - Manage Pipe2.ai authentication
- pipe2 credits - Credit balance and history
- pipe2 pipelines - List and run Pipe2.ai pipelines
- pipe2 recipe - Run cookbook recipes
- pipe2 runs - Inspect pipeline runs
- pipe2 schema - Dump a machine-readable schema of every command, flag, and exit code
- pipe2 skill - Install and inspect the bundled Claude Code skill