Git Forge API Client..
Project description
GIT FORGE API CLIENTS
W.I.P. API clients for GitHub & GitLab.
Run commands or query api on all projects or groups of an authenticated GitLab or GitHub user.
So far only GitLab & GitHub are supported and the commands - sync
(clone a
repository, or pull from it if already cloned) or status
(show the local status of
the repository).
Coming soon - A wider array of forges, commands and configuration...
INSTALLATION
pip install gitforge
CONFIGURATION
Copy gitforge.example.ini
to $HOME/.gitforge.ini
and edit to your tastes. It should
be fairly self explantatory...
AUTHENTICATION
Generate a GitHub Personal Access Token here.
Generate a GitLab Personal Access Token here.
OPTIONS
GITHUB
usage: github [-h] [-C PATH] [-r REPO [REPO ...]] [-d DESTINATION]
[-t TOKEN] [-P SSH/HTTP] [-i] [-c GIT COMMAND] [-v]
Clone or pull repos
optional arguments:
-h, --help show this help message and exit
-C PATH, --config PATH
path to azure configuration file
-r REPO [REPO ...], --repos REPO [REPO ...]
github repo names
-d DESTINATION, --destination DESTINATION
destination path
-t TOKEN, --token TOKEN
github personal access token
-P SSH/HTTP, --protocol SSH/HTTP
protocol to use - ssh or http
-i, --interactive choose repos interactively
-c GIT COMMAND, --command GIT COMMAND
git command to run
-v increase verbosity
GITLAB
usage: gitlab [-h] [-C PATH] [-p PROJECT [PROJECT ...] | -g GROUP
[GROUP ...]] [-d DESTINATION] [-t TOKEN] [-P SSH/HTTP] [-i]
[-r GIT COMMAND] [-v]
Clone or pull repos
optional arguments:
-h, --help show this help message and exit
-C PATH, --config PATH
path to azure configuration file
-p PROJECT [PROJECT ...], --projects PROJECT [PROJECT ...]
gitlab project names
-g GROUP [GROUP ...], --groups GROUP [GROUP ...]
gitlab group names
-d DESTINATION, --destination DESTINATION
destination path
-t TOKEN, --token TOKEN
gitlab personal access token
-P SSH/HTTP, --protocol SSH/HTTP
protocol to use - ssh or http
-i, --interactive choose projects interactively
-r GIT COMMAND, --run GIT COMMAND
git command to run
-v increase verbosity
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gitforge-0.0.1.tar.gz
(3.7 kB
view hashes)
Built Distribution
gitforge-0.0.1-py3.7.egg
(8.9 kB
view hashes)