.. _qitoolchain-man-page: qitoolchain man page ==================== SYNOPSIS -------- **qitoolchain** <*COMMAND*> ... DESCRIPTION ----------- Provides actions to work with a toolchain. A toolchain is a set of pre-compiled binary packages, generated for instance with ``qibuild package`` COMMANDS -------- init NAME [FEED_URL] create a new toolchain update NAME update a toolchain using the last feed add-package -c TOOLCHAIN_NAME PACKAGE_NAME PACKAGE_PATH add a new package to the given toolchain remove-package -c TOOLCHAIN_NAME PACKAGE_NAME remove the package from the toolcain Note: to use a toolchain, you must pass the ``-c`` option to your ``qibuild`` action, or set a default toolchain in the configuration, like this: .. code-block:: ini [general] config = NAME