panko-source-github-organization
v0.6.16
Published
panko source plugin for gathering definition files for all repositories in a GitHub organization
Readme
panko-source-github-organization
panko source plugin for gathering definition files for all repositories in a GitHub organization.
Installation
yarn global add panko-source-github-organizationUsage
Add a source entry to .pankorc with type github-organization:
{
"sources": {
"<source-name>": {
"type": "github-organization",
"handle": "<my-github-org>",
"token": "<github-access-token>"
}
}
}Options
Key | Default | Description
--- | --- | ---
handle | required | GitHub organization handle/username
token | required | GitHub 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
