Skip to content

Guts/qgis-deployment-cli

Repository files navigation

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/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 📚.

Contribute

Read the contribution guidelines and the documentation.