Fetch an instance's serial console output.

(To connect interactively and follow live output, try oxide instance serial console)

Options

-b, --byte-offset
The offset since boot (or if negative, the current end of the buffered data) from which to retrieve output history. Defaults to the instance's first output from boot
-i, --instance
Name or ID of the instance
-j, --json
Output a JSON payload of the requested bytes, and the absolute byte-offset-since-boot of the last byte retrieved, rather than formatting the output to the terminal directly
-m, --max-bytes
Maximum number of bytes of buffered serial console contents to return. If the requested range (starting at --byte-offset) runs to the end of the available buffer, the data returned will be shorter (and if --json is provided, the actual final offset will be provided)
--profile
Configuration profile to use for commands
-p, --project
Name or ID of the project