Cross-platform (but Windows focused) CLI to perform deployment operations related to QGIS: profiles, plugins, etc.
Using Python and the officiel package installer pip
:
pip install qgis-deployment-toolbelt
qdt -s https://github.com/Guts/qgis-deployment-cli/raw/main/examples/scenarios/demo-scenario.qdt.yml
Or using a pre-built executable (downloadable through releases assets), for example on Windows:
QGISDeploymentToolbelt_0-27-0_Windows.exe -s https://github.com/Guts/qgis-deployment-cli/raw/main/examples/scenarios/demo-scenario.qdt.yml
Look for new icons in start menu or desktop!
Interested? For further details, read the documentation 📚.
Read the contribution guidelines and the documentation.