panko-source-gitlab-group

0.6.16 • Public • Published

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-group

Usage

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

Readme

Keywords

none

Package Sidebar

Install

npm i panko-source-gitlab-group

Weekly Downloads

1

Version

0.6.16

License

UNLICENSED

Last publish

Collaborators

  • angeloashmore