CLI
PEDAL's CLI lets you manage workflows, check status, and configure integrations from your terminal.
Overview
Manage workflows and pipelines
Configure integrations and settings
View logs and workflow status
Main Commands
pedal init
— Initialize a new PEDAL projectpedal run <workflow>
— Run a workflowpedal status
— Show workflow and system statuspedal config
— Configure PEDAL settingspedal logs
— View workflow and system logs
Common Flags
--verbose
— Show detailed output--dry-run
— Simulate actions without making changes--force
— Force execution, bypassing some checks
Examples
# Initialize a new project
pedal init
# Run a sample workflow
pedal run sample-workflow
# View logs
pedal logs --tail 100
For web interface usage, see Web Interface.
Last updated