Skip to content

ahsan-raza/Gitlab-String-Searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Gitlab-String-Searcher

This script will traverse all the projects in a specified group and search for a specified string

Requirements

GITLAB_TOKEN="gitlab access token"
GITLAB_API_URL="https://gitlab.com/api/v4"
GROUP_ID="id of group you want to search for string"
STRING_TO_SEARCH=text which is required to be search

This script will keep the record of the files in which it has found the matched text. The name of the file will be in the following format liquibase_latest_prj$(date +"%Y-%m-%d_%H-%M-%S").txt

About

This script will traverse all the projects in a specified group and search for a specified string

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages