panko-source-gitlab-group
v0.6.16
Published
panko source plugin for gathering definition files for all repositories in a GitLab group
Downloads
36
Readme
panko-source-gitlab-group
panko source plugin for gathering definition files for all repositories in a GitLab group.
Installation
yarn global add panko-source-gitlab-groupUsage
Add a source entry to .pankorc with type gitlab-group:
{
"sources": {
"<source-name>": {
"type": "gitlab-group",
"groupId": "<my-gitlab-group-id>",
"token": "<github-access-token>"
}
}
}Options
Key | Default | Description
--- | --- | ---
groupId | required | GitLab group ID
token | required | GitLab access token (more info)
branch | master | Git branch to access
file | profile.json | Name of the profile file
ttl | 1209600000 (14 days) | Time in milliseconds before suggesting an update
