Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-getlists
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gn4-3-wp9-t2
gitlab-getlists
Commits
b995ad0c
Commit
b995ad0c
authored
2 years ago
by
Tomasz Kaźmierczak
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
5940cf5c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
b995ad0c
...
...
@@ -16,7 +16,7 @@ All dependencies are stored in the file **requirements.txt**, install them:
Sample configuration file is env_example. You should rename it to .env
This file should contain tokens from gitlab:
`PRODUCTION_TOKEN=glpat-ABCdefGhIj123xyz4567`
`PRODUCTION_TOKEN=glpat-ABCdefGhIj123xyz4567`
\t
`DEVELOPER_TOKEN=glpat-ABCdefGhIj123xyz4567`
Token can be generated from gitlab.geant.org (for production) or k8s-gitlab.software.geant.org (for developer):
...
...
@@ -28,13 +28,13 @@ The token looks similar to this: glpat-ABCdefGhIj123xyz4567 -> string 'glpat-' a
## Usage
Script have two flags:
-
production - take data from gitlab.geant.org
-
developer - take date from k8s-gitlab.software.geant.org
-
- production - take data from gitlab.geant.org
-
- developer - take date from k8s-gitlab.software.geant.org
Start Bash or CMD/PowerShell on your local computer and open folder with this project.
Example run (Windows):
`C:\...\gitlab-getlists> python.exe .\main.py --developer`
`C:\...\gitlab-getlists> python.exe .\main.py --developer`
\t
`C:\...\gitlab-getlists> python.exe .\main.py --production`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment