mirror of
https://github.com/avivsinai/bitbucket-cli.git
synced 2026-09-19 07:13:00 +08:00
31 lines
760 B
JSON
31 lines
760 B
JSON
{
|
|
"name": "bkt",
|
|
"version": "0.32.1",
|
|
"description": "Bitbucket CLI - manage repos, PRs, branches, issues, webhooks, and pipelines for both Data Center and Cloud",
|
|
"author": {
|
|
"name": "Aviv Sinai",
|
|
"url": "https://github.com/avivsinai"
|
|
},
|
|
"repository": "https://github.com/avivsinai/bitbucket-cli",
|
|
"license": "MIT",
|
|
"skills": "./skills/",
|
|
"keywords": [
|
|
"bitbucket",
|
|
"git",
|
|
"pr",
|
|
"pull-request",
|
|
"ci",
|
|
"pipeline",
|
|
"devops",
|
|
"cli",
|
|
"datacenter",
|
|
"cloud"
|
|
],
|
|
"interface": {
|
|
"displayName": "Bitbucket CLI",
|
|
"composerIcon": "./assets/bkt-icon.svg",
|
|
"shortDescription": "Manage Bitbucket repos, PRs, branches, issues, webhooks, and pipelines",
|
|
"category": "Developer Tools"
|
|
}
|
|
}
|