upload-xed
Description
Upload an .xed or .xcd file for analysis.
Arguments
Argument | Type | Required |
path | Path | True |
Options
Option | Short | Required | Default | Description |
--hardware-version | None | True | None | Required for MCU builds, see https://mflt.io/34PyNGQ |
--device-serial | None | True | None | The unique identifier of a device |
--attribute | None | False | None | Attribute associated with the uploaded file. Multiple attributes can be passed. The value argument is attempted to be interpreted as a JSON string first, if that fails, the value is interpreted as a string value as-is. Note however that only number, boolean, string or null values are allowed (objects and arrays are not allowed). Examples: Key "my_int" with numeric value 1234: --attribute my_int 1234 Key "my_string" with string value 'hello': --attribute my_string hello Key "my_bool" with boolean true value: --attribute my_bool true |
--help | None | False | False | Show this message and exit. |