https://github.com/geotribu/cli
Outil en ligne de commande pour gérer les tâches récurrentes du workflow Geotribu.
https://github.com/geotribu/cli
cli geotribu lunr mastodon python rich
Last synced: 5 months ago
JSON representation
Outil en ligne de commande pour gérer les tâches récurrentes du workflow Geotribu.
- Host: GitHub
- URL: https://github.com/geotribu/cli
- Owner: geotribu
- License: mit
- Created: 2022-02-14T12:53:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T17:12:18.000Z (5 months ago)
- Last Synced: 2025-05-08T01:55:38.102Z (5 months ago)
- Topics: cli, geotribu, lunr, mastodon, python, rich
- Language: Python
- Homepage: https://cli.geotribu.fr/
- Size: 1.22 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Geotribu CLI
Outil en ligne de commande pour les tâches récurrentes du projet Geotribu.
[](https://github.com/psf/black)
[](https://flake8.pycqa.org/)
[](https://pycqa.github.io/isort/)
[](https://github.com/pre-commit/pre-commit)
[](https://results.pre-commit.ci/latest/github/geotribu/cli/main)
[](https://sonarcloud.io/summary/new_code?id=geotribu_cli)[](https://github.com/geotribu/cli/actions/workflows/tests.yml)
[](https://github.com/geotribu/cli/actions/workflows/build_release.yml)
[](https://github.com/geotribu/cli/actions/workflows/documentation.yml)
[](https://codecov.io/gh/geotribu/cli)[](https://pypi.org/project/geotribu/)
[](https://pypi.org/project/geotribu/)
[](https://pypi.org/project/geotribu/)## Installer
Via _pip_ :
```sh
pip install geotribu
```Via Docker :
```sh
docker pull ghcr.io/geotribu/cli
```Via un exécutable pré-compilé : [télécharger pour son système d'exploitation](https://github.com/geotribu/cli/releases/latest).
## Utiliser
Installation locale :
```sh
geotribu --help
```Ou avec l'image Docker :
```sh
docker run --rm ghcr.io/geotribu/cli:latest geotribu --help
```Pour plus d'informations, [consulter la documentation](https://cli.geotribu.fr/).