You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ergomatic can be ran using the `run` CLI command. The `-c` flag can optionally be passed to specify the config file path, if not provided it will default to `$CWD/ergomatic.yaml`.
25
+
Ergomatic can be ran using the `run` CLI command. The `-c` flag can optionally
26
+
be passed to specify the config file path, if not provided it will default to
27
+
`$CWD/ergomatic.yaml`.
24
28
25
29
```sh
26
30
ergomatic run
27
31
```
28
32
29
-
Logs can be viewed in your terminal and are also persisted to disk depending on OS:
33
+
Logs can be viewed in your terminal and are also persisted to disk depending on
0 commit comments