woodpecker/cli
Stephen Muth 1816f6c715
Allow adding additional labels/annotations to kubernetes worker pods (#1510)
Example agent environment configuration using the new value:
```yaml
  - env:
    - name: WOODPECKER_BACKEND
      value: kubernetes
    - name: WOODPECKER_BACKEND_K8S_NAMESPACE
      value: default
    - name: WOODPECKER_BACKEND_K8S_POD_LABELS
      value: '{"sidecar.istio.io/inject":"false"}'
```
2022-12-31 01:37:09 +01:00
..
common Support .yaml as file-ending for workflow config too (#1388) 2022-11-03 19:12:40 +01:00
cron Fix usage text of cli sub-command 'cron' (#1420) 2022-11-16 14:58:30 +01:00
deploy Renamed procs/jobs to steps in code (#1331) 2022-10-28 17:38:53 +02:00
exec Allow adding additional labels/annotations to kubernetes worker pods (#1510) 2022-12-31 01:37:09 +01:00
info Upgrade urfave/cli to v2 (#483) 2021-10-27 21:03:14 +02:00
internal Display system CA error only if there is an error (#870) 2022-04-05 14:37:02 +02:00
lint Use variables in pipeline (#1026) 2022-07-17 18:25:56 +02:00
log Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
loglevel Add linter staticcheck (#535) 2021-11-25 17:15:36 +01:00
pipeline Fix pipeline cancel API endpoint and update Web and CLI clients (#1372) 2022-10-30 14:39:01 +01:00
registry Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
repo Rename remote to forge (#1357) 2022-11-05 00:35:06 +01:00
secret Support plugin-only secrets (#1344) 2022-10-27 04:21:07 +02:00
user Drop error only on purpose or else report back or log (#514) 2021-11-23 15:36:52 +01:00
README.md Update links to woodpecker-ci.org (#445) 2021-10-14 18:13:57 +02:00

Woodpecker CLI

Command line client for the Woodpecker continuous integration server.

Please see the official documentation at https://woodpecker-ci.org/docs/cli