This commit is contained in:
dechert
2023-06-15 15:48:33 +02:00
parent 25564357bb
commit d5265d4e13
5 changed files with 23 additions and 34 deletions

View File

@@ -1,6 +1,12 @@
# gitlab-api-ci-finder (glcifinder)
## How to run
`python glcifinder-cli.py --count 1000 --projectid 244 --jobname deploy-test`
## How to use
- Pre-requisite: Python 3 installed
- install requirements: `pip install -U -r requirements.txt`
- `python glcifinder-cli.py --count 1000 --projectid 244 --jobname deploy-test`
## TODOs:
- upload on github
- build executable for windows