Command Reference
A complete reference for PEDAL's command-line interface.
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 logspedal user
— Manage userspedal script
— Run custom scripts
Options and Flags
--help
— Show help for any command--verbose
— Show detailed output--dry-run
— Simulate actions--force
— Force execution
Examples
pedal init
pedal run build-test-deploy --verbose
pedal logs --tail 100
For API reference, see API Reference
Last updated