7.1. Layer root

7.1.1. Overview

This is the root layer of the MFEXT module.

This layer mainly includes some utilities (mainly internal).

7.1.2. Metadata

7.1.2.1. Layer Home

/opt/metwork-mfext-0.9

7.1.2.2. Label

root@mfext

7.1.2.3. Package

metwork-mfext-minimal

7.1.3. Utilities

7.1.3.1. clear.sh

clear wrapper (clear command does not work well for some terminal, force a xterm clear in this case)
usage: clear.sh

7.1.3.2. metwork_debug

usage: metwork_debug
       print debug informations on stdout

7.1.3.3. outside

usage: outside COMMAND COMMAND_ARG1 COMMAND_ARG2 ...
  => execute the given command outside the metwork environement

7.1.3.4. components

usage: components [-h] [--module MODULE] [--layer LAYER] [--name NAME]
                  [--loaded-filter LOADED_FILTER] [--raw] [--json]
                  [---without-versions] [--full]

list installed/loaded components

optional arguments:
  -h, --help            show this help message and exit
  --module MODULE       filter output for this module only
  --layer LAYER         filter output for this layer only
  --name NAME           filter output for this component only
  --loaded-filter LOADED_FILTER
                        loaded layer filter (default: no filter, possible
                        values: yes, no)
  --raw                 raw output (can't be used with json option)
  --json                json output (can't be used with raw output)
  ---without-versions   remove versions in output (ignored with json or raw
                        output)
  --full                add all informations (bigger, don't work with raw
                        output)