fioctl devices config updates¶
Configure aktualizr-lite settings for how updates are applied to a device
Synopsis¶
View or change configuration parameters used by aktualizr-lite for updating a device. When run with no options, this command will print out how the device is currently configured and reporting. Configuration can be updated with commands like:
# Make a device start taking updates from Targets tagged with “devel” fioctl devices config updates <device> –tags devel
# Make a device start taking updates from 2 different tags: fioctl devices config updates <device> –tags devel,devel-foo
# Set the docker apps a device will run: fioctl devices config updates <device> –apps shellhttpd
# Set the docker apps and the tag: fioctl devices config updates <device> –apps shellhttpd –tags master
# Move device from old docker-apps to compose-apps: fioctl devices config updates <device> –compose-apps
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- fioctl devices config - Device configuration