CLI reference
This CLI provides several commands for managing gears within your GitLab repository. Below are pages with the available commands and their functionalities:
- download - Download gears
- install - Install gears to Gitlab repository
- list - List installed gears: in develop
- uninstall - Uninstall gears from Gitlab repository
- version - Show version
Entry points
You can use long and short entry point to use git-system-follower, their functionality is the same:
From now on, the short entry point option will be used in the documentation:gsf
Display help text
To list the help on any command just execute the command, followed by the --help
option
Usage: gsf [OPTIONS] COMMAND [ARGS]...
The package manager for Git providers
Options:
--help Show this message and exit.
Commands:
download Download packages
install Install packages to branches in GitLab repository
list List installed packages: in develop
uninstall Uninstall packages from branches in GitLab repository
version Show version