Skip to content

Commit ebaef27

Browse files
committed
LCORE-304: CLI arguments in documentation
1 parent 20c71bc commit ebaef27

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ Installation steps depends on operation system. Please look at instructions for
4242

4343
# Usage
4444

45+
```
46+
usage: lightspeed_stack.py [-h] [-v] [-d] [-c CONFIG_FILE]
47+
48+
options:
49+
-h, --help show this help message and exit
50+
-v, --verbose make it verbose
51+
-d, --dump-configuration
52+
dump actual configuration into JSON file and quit
53+
-c CONFIG_FILE, --config CONFIG_FILE
54+
path to configuration file (default: lightspeed-stack.yaml)
55+
56+
```
57+
4558
## Running Linux container image
4659

4760
Container image is built every time a new pull request is merged to main branch. Currently there are tags `latest` and `main` pointing to the latest image.

0 commit comments

Comments
 (0)