VIETER-LOGS-LIST(1) General Commands Manual VIETER-LOGS-LIST(1)

vieter-logs-listList build logs. All date strings in the output are converted to the local timezone. Any time strings provided as input should be in the local timezone as well.

vieter logs list [-l num] [-o num] [--target num] [-t] [--failed] [-d string] [--before string] [--after string] [--code string]

List build logs. All date strings in the output are converted to the local timezone. Any time strings provided as input should be in the local timezone as well.

The options are as follows:

--limit
How many results to return.
--offset
Minimum index to return.
Only return logs for this target id.
--today
Only list logs started today. This flag overwrites any other date-related flag.
Only list logs with non-zero exit codes. This flag overwrites the --code flag.
--day
Only list logs started on this day. (format: YYYY-MM-DD)
Only list logs started before this timestamp. (format: YYYY-MM-DD HH:mm:ss)
Only list logs started after this timestamp. (format: YYYY-MM-DD HH:mm:ss)
Only return logs with the given exit code. Prepend with `!` to exclude instead of include. Can be specified multiple times.
July 17, 2023 Linux 5.10.0-12-amd64