@bussolabs/closeyourit-cli 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/opencli.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "opencli": "0.1",
4
4
  "info": {
5
5
  "title": "closeyourit",
6
- "version": "0.1.0",
6
+ "version": "0.2.0",
7
7
  "summary": "CLI for CloseYourIt",
8
8
  "description": "Manage organization, projects, error monitoring, ingest tokens, tickets and performance metrics with your CloseYourIt user token.",
9
9
  "license": {
@@ -375,6 +375,28 @@
375
375
  "closeyourit projects github -p LBRA"
376
376
  ]
377
377
  },
378
+ {
379
+ "name": "github-connect",
380
+ "description": "Connect a project to a repository available to the organization GitHub App.",
381
+ "options": [
382
+ {
383
+ "name": "--project",
384
+ "aliases": ["-p"],
385
+ "required": true,
386
+ "description": "Project id (UUID) or key.",
387
+ "arguments": [{"name": "PROJECT", "required": true}]
388
+ },
389
+ {
390
+ "name": "--repository",
391
+ "required": true,
392
+ "description": "GitHub repository as owner/name.",
393
+ "arguments": [{"name": "OWNER/NAME", "required": true}]
394
+ }
395
+ ],
396
+ "examples": [
397
+ "closeyourit projects github-connect -p CYAG --repository bussolabs/closeyourit-agent"
398
+ ]
399
+ },
378
400
  {
379
401
  "name": "github-update",
380
402
  "description": "Update a project GitHub binding rules (environment mapping + sync/binding/autoclose flags); only the passed fields change.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bussolabs/closeyourit-cli",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "CLI for CloseYourIt — manage org, errors, tokens and tickets with your user token",
5
5
  "publishConfig": {
6
6
  "access": "public"