CLI
NAME
woodpecker-cli - command line utility
SYNOPSIS
woodpecker-cli
[--config|-c]=[value]
[--disable-update-check]
[--log-file]=[value]
[--log-level]=[value]
[--nocolor]
[--pretty]
[--server|-s]=[value]
[--token|-t]=[value]
DESCRIPTION
Woodpecker command line utility
Usage:
woodpecker-cli [GLOBAL OPTIONS] [command [COMMAND OPTIONS]] [ARGUMENTS...]
GLOBAL OPTIONS
--config, -c="": path to config file
--disable-update-check: disable update check
--log-file="": Output destination for logs. 'stdout' and 'stderr' can be used as special keywords. (default: stderr)
--log-level="": set logging level (default: info)
--nocolor: disable colored debug output, only has effect if pretty output is set too
--pretty: enable pretty-printed debug output
--server, -s="": server address
--token, -t="": server auth token
COMMANDS
adminโ
manage server settings
log-levelโ
retrieve log level from server, or set it with [level]
registryโ
manage global registries
addโ
add a registry
--hostname="": registry hostname (default: docker.io)
--password="": registry password
--username="": registry username
rmโ
remove a registry
--hostname="": registry hostname (default: docker.io)
lsโ
list registries
showโ
show registry information
--hostname="": registry hostname (default: docker.io)
updateโ
update a registry
--hostname="": registry hostname (default: docker.io)
--organization, --org="": organization id or full name (e.g. 123 or octocat)
--password="": registry password
--username="": registry username
secretโ
manage global secrets
addโ
add a secret
--event="": secret limited to these events (default: [])
--image="": secret limited to these images (default: [])
--value="": secret value
rmโ
remove a secret
--name="": secret name
lsโ
list secrets
showโ
show secret information
--name="": secret name
updateโ
update a secret
--event="": secret limited to these events (default: [])
--image="": secret limited to these images (default: [])
--name="": secret name
--value="": secret value
userโ
manage users