Skip to content

docs: add cli exec examples#6629

Merged
qwerty287 merged 3 commits into
woodpecker-ci:mainfrom
AkashKumar7902:codex/docs-cli-exec-examples
May 29, 2026
Merged

docs: add cli exec examples#6629
qwerty287 merged 3 commits into
woodpecker-ci:mainfrom
AkashKumar7902:codex/docs-cli-exec-examples

Conversation

@AkashKumar7902

Copy link
Copy Markdown
Contributor

Summary

  • add a dedicated local pipeline execution guide for woodpecker-cli exec
  • link local execution from the welcome page and first-pipeline tutorial
  • document backend selection, metadata overrides, environment variables, and secrets

Closes #6520

Validation

  • GOROOT=$(go env GOROOT) GOTOOLCHAIN=local PATH="$(go env GOROOT)/bin:$PATH" go run -tags test ./cmd/cli --disable-update-check exec --backend-engine dummy --pipeline-event pull_request --commit-branch main --repo woodpecker-ci/woodpecker .woodpecker/docs.yaml
  • GOROOT=$(go env GOROOT) GOTOOLCHAIN=local PATH="$(go env GOROOT)/bin:$PATH" go run -tags test ./cmd/cli --disable-update-check exec --backend-engine dummy --pipeline-event pull_request --env GOFLAGS=-mod=readonly --secrets deploy_token=example .woodpecker/docs.yaml
  • cd docs && pnpm format:check
  • GOROOT=$(go env GOROOT) GOTOOLCHAIN=local PATH="$(go env GOROOT)/bin:$PATH" make build-docs
  • make spellcheck

@qwerty287 qwerty287 added the documentation docu & docs label May 26, 2026
Comment thread docs/docs/20-usage/73-local-execution.md Outdated
@woodpecker-bot

woodpecker-bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

Account with some automation detected 🤖🧑‍💻

@AkashKumar7902

We noticed a mix of typical human activity and some patterns often associated with automation or AI agents.

Human? 65% likely to be a human.

Signal Points Detail
Automated branch/PR workflow +35 22/27 branch creations followed by PRs within 71s

Have thoughts about this account? Let the community know.

🕵🏽 Analyzed 192 public events via AgentScan

@woodpecker-bot

woodpecker-bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

Surge PR preview deployment was removed

@qwerty287 qwerty287 merged commit b3a8080 into woodpecker-ci:main May 29, 2026
7 checks passed
@woodpecker-bot woodpecker-bot mentioned this pull request May 29, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation docu & docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make cli exec more present in docs and add examples

3 participants