diagnostic-fetch
Usage
avcli diagnostic-fetch [--file name] diagnostics...
Description
The diagnostic-fetch command downloads the specified diagnostics to the current directory. If the diagnostic's status is busy, diagnostic-fetch waits for the diagnostic to complete and then downloads it. The default diagnostic file name is diagnostic-type-name_YYYYMMDD_HHMMSS.zip:
- type: The type of diagnostic: minimal, medium, full, dumps.
- name: The name of the everRun system, as displayed by unit-info.
- YYYY: The year the diagnostic was created.
- MM: The month the diagnostic was created.
- DD: The day of the month the diagnostic was created.
- HH: The hour the diagnostic was created.
- MM: The minute the diagnostic was created.
- SS: The second the diagnostic was created.
Options
diagnostics | One or more diagnostic files to be downloaded. |
--file name | The name of the file written to the current directory. This option is valid if only one diagnostic is downloaded. |
--extract | Extract the downloaded diagnostic file(s). |
Examples
$ avcli diagnostic-fetch buggrab:o10
$ avcli diagnostic-fetch --file buggrab.zip buggrab:o10
$ avcli diagnostic-fetch buggrab:o10 buggrab:o11 buggrab:o12