These commands let you inspect, modify, test, and remove the pipelines you’ve constructed. Use them day-to-day to manage your Pylon setup without touching config files directly.Documentation Index
Fetch the complete documentation index at: https://docs.pylon.to/llms.txt
Use this file to discover all available pages before exploring further.
pylon list
Lists all constructed pipelines with their trigger type, path or schedule, and description.pylon edit
Opens the pylon’s config file in your$EDITOR (defaults to vi).
~/.pylon/pylons/<name>/pylon.yaml. The daemon hot-reloads it automatically after you save.
pylon test
Sends a mock HTTP POST to the pylon’s webhook endpoint. Requirespylon start to be running.
The pylon to test.
A custom JSON string to use as the webhook body. If omitted, Pylon generates a default mock payload containing
repo, ref, error, and issue fields.