v5x upload [path] [options]
Alias: v5x u
OptionDefaultDescription
-s, --slot1Destination program slot.
-n, --nameProject nameName displayed on the brain.
-d, --descriptionProject descriptionProgram description.
-i, --icondefault.bmpBrain icon filename.
-f, --fileDetected artifactExisting .bin artifact to upload.
--no-buildBuild enabledSkip the compiler step.
--runfalseStart the program after upload.
v5x upload ./robot --slot 2 --name "Driver"
v5x upload ./robot --slot 2 --no-build --file ./bin/robot.bin
The command reports transfer progress on standard error and always disposes the device connection after the transfer attempt.