Fundamentum CLI

A CLI tool for the Fundamentum platform

fun devices transfer cloud-to-device

Transfer a file from cloud to device

Synopsis

This command transfer a file from cloud to device. Uploads the file to Fundamentum, and then executes the transfer to deliver the file to the target device.

Contrary to using the API directly, this command is limited to using a single device and a single file.

fun devices transfer cloud-to-device [flags]

Options

      --context string       context (default "default")
  -d, --device uint32        ID of the target device. Must be a number.
  -f, --file string          Local file path to transfer to the device.
  -h, --help                 help for cloud-to-device
  -p, --project uint32       Id of the project containing the registry. Must be a number.
  -r, --registry uint32      Id of the registry containing the device. Must be a number.
      --remote-path string   Path on the remote device where the file will be stored.

Options inherited from parent commands

      --config string   config directory

SEE ALSO