idcp-dist-info: a small wrapper that calls rsync-dist-info.py

usage: idcp-dist-info [OPTIONS] [ID]

options:
  -h: this help
  --help: this text PLUS the help from rsync-dist-info.py
  --id [ID] : filter for this insertion device
  --ids : filter for all ID's that are installed at
      the given FACILITY.
  -v --versions : order results by version
  -V --version VERSION : show information for VERSION
  --version-info VERSION : show log information for VERSION
  --id-list : show the known insertion devices and their idcp-name
  --list : just list the link names
  --active : show information on all active versions
  -f --facility [FACILITY]: set the facility, facility may
      be 'bii' (default) or 'mls'
  -b --brief: pass --brief option to rsync-dist-info.py
  --idnames : show insertion device names instead of link names.
  --verbose: show executed command
  --dry-run : just show how rsync-dist-info.py would be called

Examples:
  idcp-dist-info [name]
      shows version information for the given name (IOC)
  idcp-dist-info --list
      list all known names (IOCS)
  idcp-dist-info --active
      show all versions still in use
  idcp-dist-info --version [VERSION]
      shows links and link changes for the given version
  idcp-dist-info --version-info [VERSION]
      shows log information for the given version
  idcp-dist-info --ids --active
      shows all active versions for all IDs
  idcp-dist-info --ids --active -v
      shows all active versions for all IDs ordered by version
  idcp-dist-info --ids --active -v -b
      shows all active versions for all IDs ordered by version
      one line per version (brief format)
  idcp-dist-info --ids --active -v -b --idnames
      shows all active versions for all IDs ordered by version
      one line per version (brief format), ID names instead of
      link names


Note: only versions that still exist on the server are shown