gitlabenv2csv allows you to download GitLab ENV variables to a csv file. Manually edit and upload back to the project / group.
Project description
gitlabenv2csv
About
gitlabenv2csv allows you to download GitLab ENV variables to a csv file. Manually edit and upload back to the project / group.
Install
pip
Install dependecies:
pip3 install -r requirements.txt
And execute script:
gitlabenv2csv.py -d -i <project/gitlab id> -g -c config.ini
Docker
Or you can use prebuild docker container and execute script like this:
docker run -v ${PWD}/backups:/app/backups -v ${PWD}:/app/file -it zales/gitlabenv2csv:latest -l https://gitlab.example.com -t <api_token> -i <project/gitlab id> -p -u -f /app/file/gitlab_env.csv
Usage
./gitlabenv2csv.py -h
usage: gitlabenv2csv.py [-h] [-c MY_CONFIG] -l GITLAB_URL -t GITLAB_TOKEN (-g | -p) -i ELEMENT_ID [-f FILE_PATH] (-d | -u)
Args that start with '--' (eg. -l) can also be set in a config file (config.ini or specified via -c). Config file syntax allows: key=value, flag=true, stuff=[a,b,c] (for details, see syntax at
https://goo.gl/R74nmi). If an arg is specified in more than one place, then commandline values override config file values which override defaults.
optional arguments:
-h, --help show this help message and exit
-c MY_CONFIG, --my-config MY_CONFIG
config file path
-l GITLAB_URL, --gitlab_url GITLAB_URL
Gitlab url
-t GITLAB_TOKEN, --gitlab_token GITLAB_TOKEN
Gitlab token
-g, --group Edit group ENV
-p, --project Edit project ENV
-i ELEMENT_ID, --element_id ELEMENT_ID
Gitab project/group id
-f FILE_PATH, --file_path FILE_PATH
-d, --download Download gitlab ENV to csv
-u, --upload Upload csv to gitlab ENV
Example
gitlabenv2csv.py -d -i 243 -g -c config.ini
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
gitlabenv2csv-1.0.0.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file gitlabenv2csv-1.0.0.tar.gz
.
File metadata
- Download URL: gitlabenv2csv-1.0.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f82d79a4fd1ddd4f712556878c30530dd1d8599297448edc48fd77826f756104 |
|
MD5 | 6c584cbf35a1d25a00ef84c40ee86b3a |
|
BLAKE2b-256 | 3edfb96194ca1ba6c5c60921cf2b657eebdd71168ec872a810475bd5b806bb91 |
File details
Details for the file gitlabenv2csv-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: gitlabenv2csv-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c7ced7d88ecdd3bb358839b274fc0e27633f8bc1bcc16722f7fc1a04e0d857c |
|
MD5 | 538939a85c3bc692e00f35f0133c061a |
|
BLAKE2b-256 | 7d22f4e0f53c6a2b010f42f129f6f3d06eee47643128251f175b60c846fe8483 |