usage: BootstrapSIT.py [-h] [-b] [-d] [-p PLATFORMS] [-r] [-v] [-V] path

Creates a minimalistic SIT which will only contain the ToolBOS SDK and
some essential packages.

positional arguments:
  path                  directory where to create the new SIT

optional arguments:
  -h, --help            show this help message and exit
  -b, --buildSDK        include essential build environment
  -d, --documentation   filter-out / exclude documentation
  -p PLATFORMS, --platforms PLATFORMS
                        copy only binaries of specified platforms (comma-
                        separated)
  -r, --resolveLTS      copy content of LTS packages
  -v, --verbose         show debug messages
  -V, --version         show version info and exit

examples:
  BootstrapSIT.py -bd /tmp/newSIT
  BootstrapSIT.py --platforms=${MAKEFILE_PLATFORM},${MAKEFILE_PLATFORM} /tmp/newSIT

Please report bugs on GitLab (https://dmz-gitlab.honda-ri.de/TECH_Team/ToolBOSCore/-/issues).
