mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-21 07:49:34 +01:00
15 lines
369 B
Markdown
15 lines
369 B
Markdown
# semaphore-wrapper
|
|
|
|
## What it does
|
|
|
|
`semaphore-wrapper` generates `config.json` using `setup` command and execute provided command.
|
|
|
|
## How to test semaphore-wrapper
|
|
|
|
```bash
|
|
SEMAPHORE_DB_DIALECT=bolt \
|
|
SEMAPHORE_CONFIG_PATH=/tmp/semaphore \
|
|
SEMAPHORE_DB_HOST=/tmp/semaphore \
|
|
./semaphore-wrapper ../../../bin/semaphore server --config /tmp/semaphore/config.json
|
|
```
|