Workflows ========= .. note:: If the OSTree plugin has not yet been configured, please, follow the :doc:`../installation` guide. These documents assume that users have their environment configured and ready to go. For managing local copies of OSTree repositories, it is recommended to instal the following utilities: * `ostree `_ - a CLI tool for managing versioned filesystem trees * `osbuild-composer `_ - an HTTP service for building bootable OS images * `composer-cli `_ - a tool for use with a WELDR API server, managing blueprints, or building new images The utilities are used to demonstrate the way how to create and consume OSTree content. For the best user experience, the workflows utilize `Pulp CLI `_. Install the CLI for the OSTree plugin by running: .. code-block:: bash pip install pulp-cli-ostree `Configure `_ the reference to the Pulp server for the CLI by running: .. code-block:: bash pulp config create && pulp config edit .. toctree:: :maxdepth: 2 sync publish import modify