orca console¶
Server console access (OSC-parity alias of orca server console).
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca console¶
Inspect server consoles (log, URL) — OSC-parity alias.
Equivalent to the primary orca server console … group.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
orca console log¶
Server boot log.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- log: Show the server console output (boot log).
orca console log log¶
Show the server console output (boot log).
Examples:
orca server console-log
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--lines |
integer | Number of lines to retrieve (0 = all). | 50 |
--help |
boolean | Show this message and exit. | False |
orca console url¶
Server remote console URL.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- url: Get a URL to access the server console (VNC/SPICE/serial).
orca console url url¶
Get a URL to access the server console (VNC/SPICE/serial).
Examples:
orca server console-url
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--type |
choice (novnc | xvpvnc | spice-html5 | rdp-html5 | serial) |
Console type. | novnc |
--open |
boolean | Open the URL in the default system browser immediately. | False |
--help |
boolean | Show this message and exit. | False |