Outil en ligne de commande pour les tâches récurrentes du projet Geotribu.
Avec pipx (recommandé) :
pipx install geotribu[all]
Via pip :
pip install geotribu
Via Docker :
docker pull ghcr.io/geotribu/cli
Via un exécutable pré-compilé : télécharger pour son système d'exploitation.
Avec une installation avec un gestionnaire de paquets Python (pipx, pip, uv...) :
geotribu --help
Ou avec l'image Docker :
docker run --rm -it ghcr.io/geotribu/cli:latest --help
Pour plus d'informations, consulter la documentation.