woodpecker/docs/versioned_docs/version-2.4
manuelluis 9c684b7a22
Add option to set the local repository path to the cli command exec. (#3524)
The cli command exec not handle in a coherent way the repository path
when a directory or filename is given for the pipeline.

` woodpecker-cli exec [command options] [path/to/.woodpecker.yaml]`

If the path to the pipeline is a file in the `.woodpecker` directory,
for example: `.woodpecker/pipeline.yaml`,
the repository path will be: `.woodpecker`

If the path to the pipeline yaml is a directory with more than one
level, for example `ci/woodpecker/`,
the repository path will be:  `ci`

In order not to break the old behavior we added a new option to put the
root directory of the repository:
~~~
woodpecker-cli exec --local --repo-path . --pipeline-event manual
.woodpecker/build.yml
~~~
2024-03-21 00:19:48 +01:00
..
20-usage Create docs for v2.4.x (#3507) 2024-03-19 08:36:20 +01:00
30-administration Create docs for v2.4.x (#3507) 2024-03-19 08:36:20 +01:00
92-development Create docs for v2.4.x (#3507) 2024-03-19 08:36:20 +01:00
10-intro.md Create docs for v2.4.x (#3507) 2024-03-19 08:36:20 +01:00
40-cli.md Add option to set the local repository path to the cli command exec. (#3524) 2024-03-21 00:19:48 +01:00
91-migrations.md Create docs for v2.4.x (#3507) 2024-03-19 08:36:20 +01:00
92-awesome.md Create docs for v2.4.x (#3507) 2024-03-19 08:36:20 +01:00
woodpecker.png Create docs for v2.4.x (#3507) 2024-03-19 08:36:20 +01:00