| |
This will read `.radicle/native.yaml` and run the shell commands
|
| |
specified there.
|
| |
|
| - |
(No command line arguments or options needed, nor any environment
|
| - |
variables for this.)
|
| + |
Toe see `rad-ci` options, run it with the `--help` option:
|
| + |
|
| + |
~~~sh
|
| + |
$ rad-ci -- --help
|
| + |
Run the commands the Radicle native CI adapter would run for this repository.
|
| + |
|
| + |
The shell commands are specified in the .radicle/native.yaml file, in the shell field. They are run
|
| + |
directly on the host, using the Bash shell, without any isolation.
|
| + |
|
| + |
Usage: rad-ci [OPTIONS]
|
| + |
|
| + |
Options:
|
| + |
--dry-run
|
| + |
Don't actually run anything, merely output what would be given to Bash to run
|
| + |
|
| + |
-h, --help
|
| + |
Print help (see a summary with '-h')
|
| + |
|
| + |
-V, --version
|
| + |
Print version
|
| + |
~~~
|
| |
|
| |
## Architecture
|
| |
|