fconfig

```none {: style=”white-space: break-spaces;” .devsite-disable-click-to-copy}

Usage: fconfig set-device [options] set-device Sets the device properties supplied in options for the device matching the name. get [.]: Prints the value of the property or empty string if not found. get-all [] 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 Removes the configuration for the given target device. Options: [—bucket ] - specify the GCS bucket to be retrieve prebuilt images and packages. [—image fconfig - 图1] - specify the GCS image to be retrieve prebuilt images and packages. [—device-ip ] - specify the IP address for the target device [—ssh-port ] - specify the port number to use for SSH to the target device. [—package-repo ] - override the default package repository path for the target device. [—package-port ] - override the default port number use by the package server for this device. [—default] - marks this device as the default device. ```