mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-02-16 09:57:49 +00:00
update README
This commit is contained in:
parent
13a2443d48
commit
1a05a89042
@ -49,6 +49,8 @@ The CLI should now be discoverable as `obsws-cli`
|
|||||||
- --password/-p: Websocket password
|
- --password/-p: Websocket password
|
||||||
- --timeout/-T: Websocket timeout
|
- --timeout/-T: Websocket timeout
|
||||||
- --version/-v: Print the obsws-cli version
|
- --version/-v: Print the obsws-cli version
|
||||||
|
- --loglevel/-l: Set the application's logging level
|
||||||
|
- One of *DEBUG, INFO, WARNING, ERROR, CRITICAL*
|
||||||
|
|
||||||
Pass `--host`, `--port` and `--password` as flags on the root command, for example:
|
Pass `--host`, `--port` and `--password` as flags on the root command, for example:
|
||||||
|
|
||||||
@ -66,6 +68,7 @@ Store and load environment variables from:
|
|||||||
OBSWS_CLI_HOST=localhost
|
OBSWS_CLI_HOST=localhost
|
||||||
OBSWS_CLI_PORT=4455
|
OBSWS_CLI_PORT=4455
|
||||||
OBSWS_CLI_PASSWORD=<websocket password>
|
OBSWS_CLI_PASSWORD=<websocket password>
|
||||||
|
OBSWS_CLI_LOGLEVEL=DEBUG
|
||||||
```
|
```
|
||||||
|
|
||||||
Flags can be used to override environment variables.
|
Flags can be used to override environment variables.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user