qgis-deployment-cli icon indicating copy to clipboard operation
qgis-deployment-cli copied to clipboard

Cross-platform (but focused on Windows) CLI to perform deployment operations: profiles, plugins, etc.

QGIS Deployment CLI

Code style: black flake8 Imports: isort pre-commit pre-commit.ci status security: bandit Quality Gate Status

🎳 Tester codecov 📦 Build & 🚀 Release

PyPi version badge PyPI - Downloads PyPI - Python Version

Cross-platform (but Windows focused) CLI to perform deployment operations related to QGIS: profiles, plugins, etc.

Try it quickly

Using Python and the officiel package installer pip:

pip install qgis-deployment-toolbelt
qdt -s https://github.com/qgis-deployment/qgis-deployment-toolbelt-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/qgis-deployment/qgis-deployment-toolbelt-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 :books:.

Contribute

Read the contribution guidelines and the documentation.