Skip to content
Geofrey Ernest edited this page Jan 26, 2017 · 2 revisions

Welcome to the fconf wiki!

fconf is a commandline application that helps to configure raspberry pi . This tool simple json input file format for configuration.

Usage

NAME:
   fconf - fessbox configuration manager

USAGE:
   fconf [global options] command [command options] [arguments...]
   
VERSION:
   0.4.7
   
COMMANDS:
     ethernet, e        configures ethernet with systemd
     4g-ndis, 4g        configures 4G with systemd
     wifi-client, w     configures wifi client with systemd
     access-point, a    configures access point with systemd
     list-interface, i  prints a json array of all interfaces
     help, h            Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --interface value  the interface
   --help, -h         show help
   --version, -v      print the version
   
Clone this wiki locally