Skip to main content

upload-xed

Description

Upload an .xed or .xcd file for analysis.

Arguments

ArgumentTypeRequired
pathPathTrue

Options

OptionShortRequiredDefaultDescription
--hardware-versionNoneTrueNone

Required for MCU builds, see https://mflt.io/34PyNGQ

--device-serialNoneTrueNone

The unique identifier of a device

--attributeNoneFalseNone

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

--helpNoneFalseFalse

Show this message and exit.