You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
presently, the CLI contains a number of operations on builds:
woodpecker-cli build --help
8:25PM ??? github.com/woodpecker-ci/woodpecker/cli/common/zerologger.go:20 > LogLevel = trace
NAME:
woodpecker-cli build - manage builds
USAGE:
woodpecker-cli build command [command options] [arguments...]
COMMANDS:
ls show build history
last show latest build details
logs show build logs
info show build details
stop stop a build
start start a build
approve approve a build
decline decline a build
queue show build queue
ps show build steps
help, h Shows a list of commands or help for one command
On top of #3451, addresses [PR
note](#3451 (comment))
related to #1100
Not tested.
---------
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
6543
added a commit
to 6543-forks/woodpecker
that referenced
this issue
Sep 5, 2024
On top of woodpecker-ci#3451, addresses [PR
note](woodpecker-ci#3451 (comment))
related to woodpecker-ci#1100
Not tested.
---------
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
Clear and concise description of the problem
presently, the CLI contains a number of operations on builds:
however, the api supports build operations including:
DeleteBuild
(cancel)DeleteBuildLogs
Suggested solution
it would be nice to see parity between the api and cli.
there might be other endpoints as well.
Alternative
use the api over cli
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: