summaryrefslogtreecommitdiff
path: root/gitlab/cli.py
Commit message (Collapse)AuthorAgeFilesLines
* remove executable flag on cli.pyGauvain Pocentek2015-05-151-0/+0
|
* update copyright dateGauvain Pocentek2015-05-141-1/+1
|
* CLI: remove wrong attributes from the verbose outputGauvain Pocentek2015-05-141-2/+6
| | | | These attributes comme from the command line arguments.
* CLI: provide a --config-file optionGauvain Pocentek2015-05-131-6/+15
|
* Move the CLI in the gitlab packageGauvain Pocentek2015-05-131-0/+357
Setup an console_script entry point to create the executable script.