Skip to content

Scripts

After installation of the pyawe_ffs package the following scripts are available:

awe-ffs

usage: awe-ffs [-h] [--version] [-v] [--show-docs] [-B] {add,list,extract} ...

Creates or parses an FFS binary file.
Version: 1.0.1

positional arguments:
  {add,list,extract}
    add               Add files to FFS Container
    list              List files in FFS Container
    extract           Extract data from FFS Container

options:
  -h, --help          show this help message and exit
  --version           Shows program version.
  -v, --verbose       Enables more verbosity. Use -vv to get even more.
  --show-docs         Shows full HTML package documentation
  -B, --buildflash    Use legacy BuildFlash executable backend (to be removed soon)

awe-ffs-docs

usage: awe-ffs-docs [-h]

Shows the link for the HTML documentation.

options:
  -h, --help  show this help message and exit