From f7030756703872a384b067a07599045f7ea3acf7 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 12 Jan 2026 15:22:40 +0100 Subject: [PATCH] Update docs for v3.13 (#5965) --- docs/versioned_docs/version-3.13/40-cli.md | 30 +++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-3.13/40-cli.md b/docs/versioned_docs/version-3.13/40-cli.md index ca99e4697..ccf8bc8b6 100644 --- a/docs/versioned_docs/version-3.13/40-cli.md +++ b/docs/versioned_docs/version-3.13/40-cli.md @@ -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