Usage: fconfig set-device <device-name> [options]
set-device <device-name> Sets the device properties supplied in options for the device matching the name.
get [<device-name>.]<property-name>: Prints the value of the property or empty string if not found.
get-all [<device-name>] prints all settings for the default device, or the device-name if provided
If there is no default device, an empty collection of settings is printed.
list: Lists all settings.
remove-device <device-name> Removes the configuration for the given target device.
Options:
[--bucket <bucket>] - specify the GCS bucket to be retrieve prebuilt images and packages.
[--image <image>] - specify the GCS image to be retrieve prebuilt images and packages.
[--device-ip <addr>] - specify the IP address for the target device
[--ssh-port <port>] - specify the port number to use for SSH to the target device.
[--package-repo <path>] - override the default package repository path for the target device.
[--package-port <port>] - override the default port number use by the package server for this device.
[--default] - marks this device as the default device.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-24 UTC.