]>
Commit | Line | Data |
---|---|---|
2d8f1c92 DM |
1 | *spiceproxy* `<COMMAND> [ARGS] [OPTIONS]` |
2 | ||
35a75dd3 | 3 | *spiceproxy help* `[OPTIONS]` |
2d8f1c92 DM |
4 | |
5 | Get help about specified command. | |
6 | ||
35a75dd3 | 7 | `--extra-args` `<array>` :: |
2d8f1c92 | 8 | |
35a75dd3 | 9 | Shows help for a specific command |
2d8f1c92 | 10 | |
2489d6df | 11 | `--verbose` `<boolean>` :: |
2d8f1c92 DM |
12 | |
13 | Verbose output format. | |
14 | ||
2d8f1c92 DM |
15 | *spiceproxy restart* |
16 | ||
17 | Restart the daemon (or start if not running). | |
18 | ||
2d8f1c92 DM |
19 | *spiceproxy start* `[OPTIONS]` |
20 | ||
21 | Start the daemon. | |
22 | ||
2489d6df | 23 | `--debug` `<boolean>` ('default =' `0`):: |
2d8f1c92 DM |
24 | |
25 | Debug mode - stay in foreground | |
26 | ||
2d8f1c92 DM |
27 | *spiceproxy status* |
28 | ||
29 | Get daemon status. | |
30 | ||
2d8f1c92 DM |
31 | *spiceproxy stop* |
32 | ||
33 | Stop the daemon. | |
34 | ||
35 |