mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-02-13 21:00:00 +00:00
Update docs for v3.13 (#5965)
This commit is contained in:
@@ -195,6 +195,32 @@ show user information
|
||||
|
||||
**--format**="": format output (default: User: {{ .Login }}\nEmail: {{ .Email }})
|
||||
|
||||
## context, ctx
|
||||
|
||||
manage contexts
|
||||
|
||||
### list, ls
|
||||
|
||||
list all contexts
|
||||
|
||||
**--output**="": output format (default: table)
|
||||
|
||||
**--output-no-headers**: do not print headers in output (default: false)
|
||||
|
||||
**--output-no-headers**: don't print headers (default: false)
|
||||
|
||||
### use
|
||||
|
||||
set the current context
|
||||
|
||||
### delete, rm
|
||||
|
||||
delete a context
|
||||
|
||||
### rename
|
||||
|
||||
rename a context
|
||||
|
||||
## exec
|
||||
|
||||
execute a local pipeline
|
||||
@@ -423,7 +449,7 @@ lint a pipeline configuration file
|
||||
|
||||
**--plugins-privileged**="": allow plugins to run in privileged mode, if set empty, there is no
|
||||
|
||||
**--plugins-trusted-clone**="": plugins that are trusted to handle Git credentials in cloning steps (default: "docker.io/woodpeckerci/plugin-git:2.7.0", "docker.io/woodpeckerci/plugin-git", "quay.io/woodpeckerci/plugin-git")
|
||||
**--plugins-trusted-clone**="": plugins that are trusted to handle Git credentials in cloning steps (default: "docker.io/woodpeckerci/plugin-git:2.8.0", "docker.io/woodpeckerci/plugin-git", "quay.io/woodpeckerci/plugin-git")
|
||||
|
||||
**--strict**: treat warnings as errors (default: false)
|
||||
|
||||
@@ -911,6 +937,8 @@ update a repository
|
||||
|
||||
setup the woodpecker-cli for the first time
|
||||
|
||||
**--context, --ctx**="": name for the context (defaults to 'default')
|
||||
|
||||
**--server**="": URL of the woodpecker server
|
||||
|
||||
**--token**="": token to authenticate with the woodpecker server
|
||||
|
||||
Reference in New Issue
Block a user