woodpecker-cli

CLI client for Woodpecker Continuous Integration server

brewmacoslinux
Try with needOr install directly
Source

About

CLI client for the Woodpecker Continuous Integration server

Commands

woodpecker-cli

Examples

Authenticate with Woodpecker server$ woodpecker-cli login --server https://ci.example.com --token YOUR_TOKEN
List all repositories in a Woodpecker instance$ woodpecker-cli repo list
Trigger a build for a specific repository$ woodpecker-cli build start owner/repo --branch main