@trayio/cdk-cli 5.25.0 → 5.26.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/README.md +1 -1
- package/oclif.manifest.json +74 -74
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ $ npm install -g @trayio/cdk-cli
|
|
|
19
19
|
$ tray-cdk COMMAND
|
|
20
20
|
running command...
|
|
21
21
|
$ tray-cdk (--version|-v)
|
|
22
|
-
@trayio/cdk-cli/5.
|
|
22
|
+
@trayio/cdk-cli/5.26.0 linux-x64 node-v18.20.8
|
|
23
23
|
$ tray-cdk --help [COMMAND]
|
|
24
24
|
USAGE
|
|
25
25
|
$ tray-cdk COMMAND
|
package/oclif.manifest.json
CHANGED
|
@@ -495,26 +495,41 @@
|
|
|
495
495
|
"get.js"
|
|
496
496
|
]
|
|
497
497
|
},
|
|
498
|
-
"
|
|
498
|
+
"permissions:add": {
|
|
499
499
|
"aliases": [],
|
|
500
500
|
"args": {
|
|
501
|
-
"
|
|
502
|
-
"description": "The
|
|
503
|
-
"name": "
|
|
504
|
-
"required":
|
|
501
|
+
"connectorName": {
|
|
502
|
+
"description": "The name of the connector",
|
|
503
|
+
"name": "connectorName",
|
|
504
|
+
"required": false
|
|
505
505
|
},
|
|
506
|
-
"
|
|
507
|
-
"description": "The
|
|
508
|
-
"name": "
|
|
509
|
-
"required":
|
|
506
|
+
"connectorVersion": {
|
|
507
|
+
"description": "The version of the connector",
|
|
508
|
+
"name": "connectorVersion",
|
|
509
|
+
"required": false
|
|
510
510
|
}
|
|
511
511
|
},
|
|
512
|
-
"description": "
|
|
512
|
+
"description": "Share your connector version with other users in your organization",
|
|
513
513
|
"examples": [
|
|
514
|
-
"<%= config.bin %> <%= command.id %>
|
|
515
|
-
"<%= config.bin %> <%= command.id %>
|
|
514
|
+
"<%= config.bin %> <%= command.id %>",
|
|
515
|
+
"<%= config.bin %> <%= command.id %> my-connector",
|
|
516
|
+
"<%= config.bin %> <%= command.id %> my-connector 1.0",
|
|
517
|
+
"<%= config.bin %> <%= command.id %> my-connector 1.0 --email=\"my.email@domain.com, your.email@domain.com\"",
|
|
518
|
+
"<%= config.bin %> <%= command.id %> my-connector 1.0 -e=\"my.email@domain.com, your.email@domain.com\""
|
|
516
519
|
],
|
|
517
520
|
"flags": {
|
|
521
|
+
"email": {
|
|
522
|
+
"aliases": [
|
|
523
|
+
"emails",
|
|
524
|
+
"email"
|
|
525
|
+
],
|
|
526
|
+
"char": "e",
|
|
527
|
+
"description": "Share with users by providing a list of emails",
|
|
528
|
+
"name": "email",
|
|
529
|
+
"hasDynamicHelp": false,
|
|
530
|
+
"multiple": false,
|
|
531
|
+
"type": "option"
|
|
532
|
+
},
|
|
518
533
|
"us": {
|
|
519
534
|
"description": "Use the Tray US region",
|
|
520
535
|
"name": "us",
|
|
@@ -542,7 +557,7 @@
|
|
|
542
557
|
},
|
|
543
558
|
"hasDynamicHelp": false,
|
|
544
559
|
"hiddenAliases": [],
|
|
545
|
-
"id": "
|
|
560
|
+
"id": "permissions:add",
|
|
546
561
|
"pluginAlias": "@trayio/cdk-cli",
|
|
547
562
|
"pluginName": "@trayio/cdk-cli",
|
|
548
563
|
"pluginType": "core",
|
|
@@ -552,23 +567,29 @@
|
|
|
552
567
|
"relativePath": [
|
|
553
568
|
"dist",
|
|
554
569
|
"commands",
|
|
555
|
-
"
|
|
556
|
-
"
|
|
570
|
+
"permissions",
|
|
571
|
+
"add.js"
|
|
557
572
|
]
|
|
558
573
|
},
|
|
559
|
-
"
|
|
574
|
+
"permissions:list": {
|
|
560
575
|
"aliases": [],
|
|
561
576
|
"args": {
|
|
562
|
-
"
|
|
563
|
-
"description": "The
|
|
564
|
-
"name": "
|
|
565
|
-
"required":
|
|
577
|
+
"connectorName": {
|
|
578
|
+
"description": "The name of the connector",
|
|
579
|
+
"name": "connectorName",
|
|
580
|
+
"required": false
|
|
581
|
+
},
|
|
582
|
+
"connectorVersion": {
|
|
583
|
+
"description": "The version of the connector",
|
|
584
|
+
"name": "connectorVersion",
|
|
585
|
+
"required": false
|
|
566
586
|
}
|
|
567
587
|
},
|
|
568
|
-
"description": "Retrieves
|
|
588
|
+
"description": "Retrieves a list of emails that have access to a connector",
|
|
569
589
|
"examples": [
|
|
570
|
-
"<%= config.bin %> <%= command.id %>
|
|
571
|
-
"<%= config.bin %> <%= command.id %>
|
|
590
|
+
"<%= config.bin %> <%= command.id %>",
|
|
591
|
+
"<%= config.bin %> <%= command.id %> my-connector",
|
|
592
|
+
"<%= config.bin %> <%= command.id %> my-connector 1.0"
|
|
572
593
|
],
|
|
573
594
|
"flags": {
|
|
574
595
|
"us": {
|
|
@@ -598,7 +619,7 @@
|
|
|
598
619
|
},
|
|
599
620
|
"hasDynamicHelp": false,
|
|
600
621
|
"hiddenAliases": [],
|
|
601
|
-
"id": "
|
|
622
|
+
"id": "permissions:list",
|
|
602
623
|
"pluginAlias": "@trayio/cdk-cli",
|
|
603
624
|
"pluginName": "@trayio/cdk-cli",
|
|
604
625
|
"pluginType": "core",
|
|
@@ -608,45 +629,30 @@
|
|
|
608
629
|
"relativePath": [
|
|
609
630
|
"dist",
|
|
610
631
|
"commands",
|
|
611
|
-
"
|
|
612
|
-
"
|
|
632
|
+
"permissions",
|
|
633
|
+
"list.js"
|
|
613
634
|
]
|
|
614
635
|
},
|
|
615
|
-
"
|
|
636
|
+
"namespace:create": {
|
|
616
637
|
"aliases": [],
|
|
617
638
|
"args": {
|
|
618
|
-
"
|
|
619
|
-
"description": "The
|
|
620
|
-
"name": "
|
|
621
|
-
"required":
|
|
639
|
+
"orgId": {
|
|
640
|
+
"description": "The ID of the organization for which to create the namespace",
|
|
641
|
+
"name": "orgId",
|
|
642
|
+
"required": true
|
|
622
643
|
},
|
|
623
|
-
"
|
|
624
|
-
"description": "The
|
|
625
|
-
"name": "
|
|
626
|
-
"required":
|
|
644
|
+
"namespace": {
|
|
645
|
+
"description": "The name of the namespace to create",
|
|
646
|
+
"name": "namespace",
|
|
647
|
+
"required": true
|
|
627
648
|
}
|
|
628
649
|
},
|
|
629
|
-
"description": "
|
|
650
|
+
"description": "Creates a new connector namespace for your organization",
|
|
630
651
|
"examples": [
|
|
631
|
-
"<%= config.bin %> <%= command.id %>",
|
|
632
|
-
"<%= config.bin %> <%= command.id %>
|
|
633
|
-
"<%= config.bin %> <%= command.id %> my-connector 1.0",
|
|
634
|
-
"<%= config.bin %> <%= command.id %> my-connector 1.0 --email=\"my.email@domain.com, your.email@domain.com\"",
|
|
635
|
-
"<%= config.bin %> <%= command.id %> my-connector 1.0 -e=\"my.email@domain.com, your.email@domain.com\""
|
|
652
|
+
"<%= config.bin %> <%= command.id %> org-id namespace",
|
|
653
|
+
"<%= config.bin %> <%= command.id %> org-id namespace --us"
|
|
636
654
|
],
|
|
637
655
|
"flags": {
|
|
638
|
-
"email": {
|
|
639
|
-
"aliases": [
|
|
640
|
-
"emails",
|
|
641
|
-
"email"
|
|
642
|
-
],
|
|
643
|
-
"char": "e",
|
|
644
|
-
"description": "Share with users by providing a list of emails",
|
|
645
|
-
"name": "email",
|
|
646
|
-
"hasDynamicHelp": false,
|
|
647
|
-
"multiple": false,
|
|
648
|
-
"type": "option"
|
|
649
|
-
},
|
|
650
656
|
"us": {
|
|
651
657
|
"description": "Use the Tray US region",
|
|
652
658
|
"name": "us",
|
|
@@ -674,7 +680,7 @@
|
|
|
674
680
|
},
|
|
675
681
|
"hasDynamicHelp": false,
|
|
676
682
|
"hiddenAliases": [],
|
|
677
|
-
"id": "
|
|
683
|
+
"id": "namespace:create",
|
|
678
684
|
"pluginAlias": "@trayio/cdk-cli",
|
|
679
685
|
"pluginName": "@trayio/cdk-cli",
|
|
680
686
|
"pluginType": "core",
|
|
@@ -684,29 +690,23 @@
|
|
|
684
690
|
"relativePath": [
|
|
685
691
|
"dist",
|
|
686
692
|
"commands",
|
|
687
|
-
"
|
|
688
|
-
"
|
|
693
|
+
"namespace",
|
|
694
|
+
"create.js"
|
|
689
695
|
]
|
|
690
696
|
},
|
|
691
|
-
"
|
|
697
|
+
"namespace:get": {
|
|
692
698
|
"aliases": [],
|
|
693
699
|
"args": {
|
|
694
|
-
"
|
|
695
|
-
"description": "The
|
|
696
|
-
"name": "
|
|
697
|
-
"required":
|
|
698
|
-
},
|
|
699
|
-
"connectorVersion": {
|
|
700
|
-
"description": "The version of the connector",
|
|
701
|
-
"name": "connectorVersion",
|
|
702
|
-
"required": false
|
|
700
|
+
"orgId": {
|
|
701
|
+
"description": "The ID of the organization you want to retrieve the namespace for",
|
|
702
|
+
"name": "orgId",
|
|
703
|
+
"required": true
|
|
703
704
|
}
|
|
704
705
|
},
|
|
705
|
-
"description": "Retrieves
|
|
706
|
+
"description": "Retrieves the connector namespace for your organization, if one exists",
|
|
706
707
|
"examples": [
|
|
707
|
-
"<%= config.bin %> <%= command.id %>",
|
|
708
|
-
"<%= config.bin %> <%= command.id %>
|
|
709
|
-
"<%= config.bin %> <%= command.id %> my-connector 1.0"
|
|
708
|
+
"<%= config.bin %> <%= command.id %> some-org-id",
|
|
709
|
+
"<%= config.bin %> <%= command.id %> some-org-id --us"
|
|
710
710
|
],
|
|
711
711
|
"flags": {
|
|
712
712
|
"us": {
|
|
@@ -736,7 +736,7 @@
|
|
|
736
736
|
},
|
|
737
737
|
"hasDynamicHelp": false,
|
|
738
738
|
"hiddenAliases": [],
|
|
739
|
-
"id": "
|
|
739
|
+
"id": "namespace:get",
|
|
740
740
|
"pluginAlias": "@trayio/cdk-cli",
|
|
741
741
|
"pluginName": "@trayio/cdk-cli",
|
|
742
742
|
"pluginType": "core",
|
|
@@ -746,10 +746,10 @@
|
|
|
746
746
|
"relativePath": [
|
|
747
747
|
"dist",
|
|
748
748
|
"commands",
|
|
749
|
-
"
|
|
750
|
-
"
|
|
749
|
+
"namespace",
|
|
750
|
+
"get.js"
|
|
751
751
|
]
|
|
752
752
|
}
|
|
753
753
|
},
|
|
754
|
-
"version": "5.
|
|
754
|
+
"version": "5.26.0"
|
|
755
755
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trayio/cdk-cli",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.26.0",
|
|
4
4
|
"description": "A CLI for connector development",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./*": "./dist/*.js"
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"@oclif/plugin-version": "2.0.11",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "^3.1.4",
|
|
24
24
|
"@oclif/test": "3.1.12",
|
|
25
|
-
"@trayio/axios": "5.
|
|
26
|
-
"@trayio/cdk-build": "5.
|
|
27
|
-
"@trayio/cdk-cli-commons": "5.
|
|
28
|
-
"@trayio/commons": "5.
|
|
29
|
-
"@trayio/generator": "5.
|
|
30
|
-
"@trayio/tray-client": "5.
|
|
31
|
-
"@trayio/tray-openapi": "5.
|
|
25
|
+
"@trayio/axios": "5.26.0",
|
|
26
|
+
"@trayio/cdk-build": "5.26.0",
|
|
27
|
+
"@trayio/cdk-cli-commons": "5.26.0",
|
|
28
|
+
"@trayio/commons": "5.26.0",
|
|
29
|
+
"@trayio/generator": "5.26.0",
|
|
30
|
+
"@trayio/tray-client": "5.26.0",
|
|
31
|
+
"@trayio/tray-openapi": "5.26.0",
|
|
32
32
|
"chalk": "4.1.2",
|
|
33
33
|
"dotenv": "^16.0.0",
|
|
34
34
|
"inquirer": "8.2.6"
|