@techdocs/cli 0.0.0-nightly-20240820021901 → 0.0.0-nightly-20240821021909

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/CHANGELOG.md CHANGED
@@ -1,13 +1,21 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20240820021901
3
+ ## 0.0.0-nightly-20240821021909
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-defaults@0.0.0-nightly-20240820021901
9
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20240820021901
10
- - @backstage/catalog-model@0.0.0-nightly-20240820021901
8
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20240821021909
9
+ - @backstage/backend-defaults@0.0.0-nightly-20240821021909
10
+
11
+ ## 1.8.17
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/backend-defaults@0.4.2
17
+ - @backstage/plugin-techdocs-node@1.12.9
18
+ - @backstage/catalog-model@1.6.0
11
19
  - @backstage/cli-common@0.1.14
12
20
  - @backstage/config@1.2.0
13
21
 
@@ -125,51 +125,6 @@
125
125
  "$schema": "http://json-schema.org/draft-07/schema#"
126
126
  }
127
127
  },
128
- {
129
- "path": "../core-components/config.d.ts",
130
- "value": {
131
- "type": "object",
132
- "properties": {
133
- "auth": {
134
- "type": "object",
135
- "properties": {
136
- "autologout": {
137
- "description": "Autologout feature configuration",
138
- "type": "object",
139
- "properties": {
140
- "enabled": {
141
- "description": "Enable or disable the autologout feature",
142
- "visibility": "frontend",
143
- "type": "boolean"
144
- },
145
- "idleTimeoutMinutes": {
146
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
147
- "visibility": "frontend",
148
- "type": "number"
149
- },
150
- "promptBeforeIdleSeconds": {
151
- "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
152
- "visibility": "frontend",
153
- "type": "number"
154
- },
155
- "useWorkerTimers": {
156
- "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
157
- "visibility": "frontend",
158
- "type": "boolean"
159
- },
160
- "logoutIfDisconnected": {
161
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
162
- "visibility": "frontend",
163
- "type": "boolean"
164
- }
165
- }
166
- }
167
- }
168
- }
169
- },
170
- "$schema": "http://json-schema.org/draft-07/schema#"
171
- }
172
- },
173
128
  {
174
129
  "path": "../core-app-api/config.d.ts",
175
130
  "value": {
@@ -399,6 +354,51 @@
399
354
  "$schema": "http://json-schema.org/draft-07/schema#"
400
355
  }
401
356
  },
357
+ {
358
+ "path": "../core-components/config.d.ts",
359
+ "value": {
360
+ "type": "object",
361
+ "properties": {
362
+ "auth": {
363
+ "type": "object",
364
+ "properties": {
365
+ "autologout": {
366
+ "description": "Autologout feature configuration",
367
+ "type": "object",
368
+ "properties": {
369
+ "enabled": {
370
+ "description": "Enable or disable the autologout feature",
371
+ "visibility": "frontend",
372
+ "type": "boolean"
373
+ },
374
+ "idleTimeoutMinutes": {
375
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
376
+ "visibility": "frontend",
377
+ "type": "number"
378
+ },
379
+ "promptBeforeIdleSeconds": {
380
+ "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
381
+ "visibility": "frontend",
382
+ "type": "number"
383
+ },
384
+ "useWorkerTimers": {
385
+ "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
386
+ "visibility": "frontend",
387
+ "type": "boolean"
388
+ },
389
+ "logoutIfDisconnected": {
390
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
391
+ "visibility": "frontend",
392
+ "type": "boolean"
393
+ }
394
+ }
395
+ }
396
+ }
397
+ }
398
+ },
399
+ "$schema": "http://json-schema.org/draft-07/schema#"
400
+ }
401
+ },
402
402
  {
403
403
  "path": "../../plugins/techdocs/config.d.ts",
404
404
  "value": {
@@ -1508,7 +1508,7 @@
1508
1508
  }
1509
1509
  },
1510
1510
  {
1511
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1511
+ "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
1512
1512
  "value": {
1513
1513
  "type": "object",
1514
1514
  "properties": {
@@ -1553,43 +1553,107 @@
1553
1553
  }
1554
1554
  },
1555
1555
  {
1556
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
1556
+ "path": "../integration-aws-node/config.d.ts",
1557
1557
  "value": {
1558
1558
  "type": "object",
1559
1559
  "properties": {
1560
- "auth": {
1560
+ "aws": {
1561
+ "description": "Configuration for access to AWS accounts",
1561
1562
  "type": "object",
1562
1563
  "properties": {
1563
- "autologout": {
1564
- "description": "Autologout feature configuration",
1564
+ "accountDefaults": {
1565
+ "description": "Defaults for retrieving AWS account credentials",
1565
1566
  "type": "object",
1566
1567
  "properties": {
1567
- "enabled": {
1568
- "description": "Enable or disable the autologout feature",
1569
- "visibility": "frontend",
1570
- "type": "boolean"
1568
+ "roleName": {
1569
+ "description": "The IAM role to assume to retrieve temporary AWS credentials",
1570
+ "type": "string"
1571
1571
  },
1572
- "idleTimeoutMinutes": {
1573
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1574
- "visibility": "frontend",
1575
- "type": "number"
1572
+ "partition": {
1573
+ "description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
1574
+ "type": "string"
1576
1575
  },
1577
- "promptBeforeIdleSeconds": {
1578
- "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
1579
- "visibility": "frontend",
1580
- "type": "number"
1576
+ "region": {
1577
+ "description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
1578
+ "type": "string"
1581
1579
  },
1582
- "useWorkerTimers": {
1583
- "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
1584
- "visibility": "frontend",
1585
- "type": "boolean"
1580
+ "externalId": {
1581
+ "description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
1582
+ "visibility": "secret",
1583
+ "type": "string"
1584
+ }
1585
+ }
1586
+ },
1587
+ "mainAccount": {
1588
+ "description": "Main account to use for retrieving AWS account credentials",
1589
+ "type": "object",
1590
+ "properties": {
1591
+ "accessKeyId": {
1592
+ "description": "The access key ID for a set of static AWS credentials",
1593
+ "visibility": "secret",
1594
+ "type": "string"
1586
1595
  },
1587
- "logoutIfDisconnected": {
1588
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1589
- "visibility": "frontend",
1590
- "type": "boolean"
1596
+ "secretAccessKey": {
1597
+ "description": "The secret access key for a set of static AWS credentials",
1598
+ "visibility": "secret",
1599
+ "type": "string"
1600
+ },
1601
+ "profile": {
1602
+ "description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
1603
+ "type": "string"
1604
+ },
1605
+ "region": {
1606
+ "description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
1607
+ "type": "string"
1591
1608
  }
1592
1609
  }
1610
+ },
1611
+ "accounts": {
1612
+ "description": "Configuration for retrieving AWS accounts credentials",
1613
+ "type": "array",
1614
+ "items": {
1615
+ "type": "object",
1616
+ "properties": {
1617
+ "accountId": {
1618
+ "description": "The account ID of the target account that this matches on, e.g. \"123456789012\"",
1619
+ "type": "string"
1620
+ },
1621
+ "accessKeyId": {
1622
+ "description": "The access key ID for a set of static AWS credentials",
1623
+ "visibility": "secret",
1624
+ "type": "string"
1625
+ },
1626
+ "secretAccessKey": {
1627
+ "description": "The secret access key for a set of static AWS credentials",
1628
+ "visibility": "secret",
1629
+ "type": "string"
1630
+ },
1631
+ "profile": {
1632
+ "description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
1633
+ "type": "string"
1634
+ },
1635
+ "roleName": {
1636
+ "description": "The IAM role to assume to retrieve temporary AWS credentials",
1637
+ "type": "string"
1638
+ },
1639
+ "partition": {
1640
+ "description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
1641
+ "type": "string"
1642
+ },
1643
+ "region": {
1644
+ "description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
1645
+ "type": "string"
1646
+ },
1647
+ "externalId": {
1648
+ "description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
1649
+ "visibility": "secret",
1650
+ "type": "string"
1651
+ }
1652
+ },
1653
+ "required": [
1654
+ "accountId"
1655
+ ]
1656
+ }
1593
1657
  }
1594
1658
  }
1595
1659
  }
@@ -1923,10 +1987,7 @@
1923
1987
  ]
1924
1988
  }
1925
1989
  }
1926
- },
1927
- "required": [
1928
- "externalAccess"
1929
- ]
1990
+ }
1930
1991
  },
1931
1992
  "packages": {
1932
1993
  "anyOf": [
@@ -2388,10 +2449,7 @@
2388
2449
  ]
2389
2450
  }
2390
2451
  }
2391
- },
2392
- "required": [
2393
- "externalAccess"
2394
- ]
2452
+ }
2395
2453
  }
2396
2454
  }
2397
2455
  },
@@ -2450,580 +2508,6 @@
2450
2508
  },
2451
2509
  "$schema": "http://json-schema.org/draft-07/schema#"
2452
2510
  }
2453
- },
2454
- {
2455
- "path": "../integration-aws-node/config.d.ts",
2456
- "value": {
2457
- "type": "object",
2458
- "properties": {
2459
- "aws": {
2460
- "description": "Configuration for access to AWS accounts",
2461
- "type": "object",
2462
- "properties": {
2463
- "accountDefaults": {
2464
- "description": "Defaults for retrieving AWS account credentials",
2465
- "type": "object",
2466
- "properties": {
2467
- "roleName": {
2468
- "description": "The IAM role to assume to retrieve temporary AWS credentials",
2469
- "type": "string"
2470
- },
2471
- "partition": {
2472
- "description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
2473
- "type": "string"
2474
- },
2475
- "region": {
2476
- "description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
2477
- "type": "string"
2478
- },
2479
- "externalId": {
2480
- "description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
2481
- "visibility": "secret",
2482
- "type": "string"
2483
- }
2484
- }
2485
- },
2486
- "mainAccount": {
2487
- "description": "Main account to use for retrieving AWS account credentials",
2488
- "type": "object",
2489
- "properties": {
2490
- "accessKeyId": {
2491
- "description": "The access key ID for a set of static AWS credentials",
2492
- "visibility": "secret",
2493
- "type": "string"
2494
- },
2495
- "secretAccessKey": {
2496
- "description": "The secret access key for a set of static AWS credentials",
2497
- "visibility": "secret",
2498
- "type": "string"
2499
- },
2500
- "profile": {
2501
- "description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
2502
- "type": "string"
2503
- },
2504
- "region": {
2505
- "description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
2506
- "type": "string"
2507
- }
2508
- }
2509
- },
2510
- "accounts": {
2511
- "description": "Configuration for retrieving AWS accounts credentials",
2512
- "type": "array",
2513
- "items": {
2514
- "type": "object",
2515
- "properties": {
2516
- "accountId": {
2517
- "description": "The account ID of the target account that this matches on, e.g. \"123456789012\"",
2518
- "type": "string"
2519
- },
2520
- "accessKeyId": {
2521
- "description": "The access key ID for a set of static AWS credentials",
2522
- "visibility": "secret",
2523
- "type": "string"
2524
- },
2525
- "secretAccessKey": {
2526
- "description": "The secret access key for a set of static AWS credentials",
2527
- "visibility": "secret",
2528
- "type": "string"
2529
- },
2530
- "profile": {
2531
- "description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
2532
- "type": "string"
2533
- },
2534
- "roleName": {
2535
- "description": "The IAM role to assume to retrieve temporary AWS credentials",
2536
- "type": "string"
2537
- },
2538
- "partition": {
2539
- "description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
2540
- "type": "string"
2541
- },
2542
- "region": {
2543
- "description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
2544
- "type": "string"
2545
- },
2546
- "externalId": {
2547
- "description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
2548
- "visibility": "secret",
2549
- "type": "string"
2550
- }
2551
- },
2552
- "required": [
2553
- "accountId"
2554
- ]
2555
- }
2556
- }
2557
- }
2558
- }
2559
- },
2560
- "$schema": "http://json-schema.org/draft-07/schema#"
2561
- }
2562
- },
2563
- {
2564
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-permission-common/config.d.ts",
2565
- "value": {
2566
- "type": "object",
2567
- "properties": {
2568
- "permission": {
2569
- "description": "Configuration options for Backstage permissions and authorization",
2570
- "type": "object",
2571
- "properties": {
2572
- "enabled": {
2573
- "description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
2574
- "visibility": "frontend",
2575
- "type": "boolean"
2576
- }
2577
- }
2578
- }
2579
- },
2580
- "$schema": "http://json-schema.org/draft-07/schema#"
2581
- }
2582
- },
2583
- {
2584
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/integration/config.d.ts",
2585
- "value": {
2586
- "type": "object",
2587
- "properties": {
2588
- "integrations": {
2589
- "description": "Configuration for integrations towards various external repository provider systems",
2590
- "visibility": "frontend",
2591
- "type": "object",
2592
- "properties": {
2593
- "azure": {
2594
- "description": "Integration configuration for Azure",
2595
- "type": "array",
2596
- "items": {
2597
- "type": "object",
2598
- "properties": {
2599
- "host": {
2600
- "description": "The hostname of the given Azure instance",
2601
- "visibility": "frontend",
2602
- "type": "string"
2603
- },
2604
- "token": {
2605
- "description": "Token used to authenticate requests.",
2606
- "visibility": "secret",
2607
- "deprecated": "Use `credentials` instead.",
2608
- "type": "string"
2609
- },
2610
- "credential": {
2611
- "description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
2612
- "deepVisibility": "secret",
2613
- "deprecated": "Use `credentials` instead.",
2614
- "type": "object",
2615
- "properties": {
2616
- "clientId": {
2617
- "type": "string"
2618
- },
2619
- "clientSecret": {
2620
- "type": "string"
2621
- },
2622
- "tenantId": {
2623
- "type": "string"
2624
- },
2625
- "personalAccessToken": {
2626
- "type": "string"
2627
- }
2628
- }
2629
- },
2630
- "credentials": {
2631
- "description": "The credentials to use for requests. If multiple credentials are specified the first one that matches the organization is used.\nIf not organization matches the first credential without an organization is used.\n\nIf no credentials are specified at all, either a default credential (for Azure DevOps) or anonymous access (for Azure DevOps Server) is used.",
2632
- "deepVisibility": "secret",
2633
- "type": "array",
2634
- "items": {
2635
- "type": "object",
2636
- "properties": {
2637
- "clientId": {
2638
- "type": "string"
2639
- },
2640
- "clientSecret": {
2641
- "type": "string"
2642
- },
2643
- "tenantId": {
2644
- "type": "string"
2645
- },
2646
- "personalAccessToken": {
2647
- "type": "string"
2648
- }
2649
- }
2650
- }
2651
- }
2652
- },
2653
- "required": [
2654
- "host"
2655
- ]
2656
- }
2657
- },
2658
- "bitbucket": {
2659
- "description": "Integration configuration for Bitbucket",
2660
- "deprecated": "replaced by bitbucketCloud and bitbucketServer",
2661
- "type": "array",
2662
- "items": {
2663
- "type": "object",
2664
- "properties": {
2665
- "host": {
2666
- "description": "The hostname of the given Bitbucket instance",
2667
- "visibility": "frontend",
2668
- "type": "string"
2669
- },
2670
- "token": {
2671
- "description": "Token used to authenticate requests.",
2672
- "visibility": "secret",
2673
- "type": "string"
2674
- },
2675
- "apiBaseUrl": {
2676
- "description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
2677
- "visibility": "frontend",
2678
- "type": "string"
2679
- },
2680
- "username": {
2681
- "description": "The username to use for authenticated requests.",
2682
- "visibility": "secret",
2683
- "type": "string"
2684
- },
2685
- "appPassword": {
2686
- "description": "Bitbucket app password used to authenticate requests.",
2687
- "visibility": "secret",
2688
- "type": "string"
2689
- }
2690
- },
2691
- "required": [
2692
- "host"
2693
- ]
2694
- }
2695
- },
2696
- "bitbucketCloud": {
2697
- "description": "Integration configuration for Bitbucket Cloud",
2698
- "type": "array",
2699
- "items": {
2700
- "type": "object",
2701
- "properties": {
2702
- "username": {
2703
- "description": "The username to use for authenticated requests.",
2704
- "visibility": "secret",
2705
- "type": "string"
2706
- },
2707
- "appPassword": {
2708
- "description": "Bitbucket Cloud app password used to authenticate requests.",
2709
- "visibility": "secret",
2710
- "type": "string"
2711
- }
2712
- },
2713
- "required": [
2714
- "appPassword",
2715
- "username"
2716
- ]
2717
- }
2718
- },
2719
- "bitbucketServer": {
2720
- "description": "Integration configuration for Bitbucket Server",
2721
- "type": "array",
2722
- "items": {
2723
- "type": "object",
2724
- "properties": {
2725
- "host": {
2726
- "description": "The hostname of the given Bitbucket Server instance",
2727
- "visibility": "frontend",
2728
- "type": "string"
2729
- },
2730
- "token": {
2731
- "description": "Token used to authenticate requests.",
2732
- "visibility": "secret",
2733
- "type": "string"
2734
- },
2735
- "username": {
2736
- "description": "Username used to authenticate requests with Basic Auth.",
2737
- "visibility": "secret",
2738
- "type": "string"
2739
- },
2740
- "password": {
2741
- "description": "Password (or token as password) used to authenticate requests with Basic Auth.",
2742
- "visibility": "secret",
2743
- "type": "string"
2744
- },
2745
- "apiBaseUrl": {
2746
- "description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
2747
- "visibility": "frontend",
2748
- "type": "string"
2749
- }
2750
- },
2751
- "required": [
2752
- "host"
2753
- ]
2754
- }
2755
- },
2756
- "gerrit": {
2757
- "description": "Integration configuration for Gerrit",
2758
- "type": "array",
2759
- "items": {
2760
- "type": "object",
2761
- "properties": {
2762
- "host": {
2763
- "description": "The hostname of the given Gerrit instance",
2764
- "visibility": "frontend",
2765
- "type": "string"
2766
- },
2767
- "baseUrl": {
2768
- "description": "The base url for the Gerrit instance.",
2769
- "visibility": "frontend",
2770
- "type": "string"
2771
- },
2772
- "gitilesBaseUrl": {
2773
- "description": "The gitiles base url.",
2774
- "visibility": "frontend",
2775
- "type": "string"
2776
- },
2777
- "cloneUrl": {
2778
- "description": "The base url for cloning repos.",
2779
- "visibility": "frontend",
2780
- "type": "string"
2781
- },
2782
- "username": {
2783
- "description": "The username to use for authenticated requests.",
2784
- "visibility": "secret",
2785
- "type": "string"
2786
- },
2787
- "password": {
2788
- "description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
2789
- "visibility": "secret",
2790
- "type": "string"
2791
- }
2792
- },
2793
- "required": [
2794
- "gitilesBaseUrl",
2795
- "host"
2796
- ]
2797
- }
2798
- },
2799
- "github": {
2800
- "description": "Integration configuration for GitHub",
2801
- "type": "array",
2802
- "items": {
2803
- "type": "object",
2804
- "properties": {
2805
- "host": {
2806
- "description": "The hostname of the given GitHub instance",
2807
- "visibility": "frontend",
2808
- "type": "string"
2809
- },
2810
- "token": {
2811
- "description": "Token used to authenticate requests.",
2812
- "visibility": "secret",
2813
- "type": "string"
2814
- },
2815
- "apiBaseUrl": {
2816
- "description": "The base url for the GitHub API, for example https://api.github.com",
2817
- "visibility": "frontend",
2818
- "type": "string"
2819
- },
2820
- "rawBaseUrl": {
2821
- "description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
2822
- "visibility": "frontend",
2823
- "type": "string"
2824
- },
2825
- "apps": {
2826
- "description": "GitHub Apps configuration",
2827
- "type": "array",
2828
- "items": {
2829
- "type": "object",
2830
- "properties": {
2831
- "appId": {
2832
- "description": "The numeric GitHub App ID, string for environment variables",
2833
- "type": [
2834
- "string",
2835
- "number"
2836
- ]
2837
- },
2838
- "privateKey": {
2839
- "description": "The private key to use for auth against the app",
2840
- "visibility": "secret",
2841
- "type": "string"
2842
- },
2843
- "webhookSecret": {
2844
- "description": "The secret used for webhooks",
2845
- "visibility": "secret",
2846
- "type": "string"
2847
- },
2848
- "clientId": {
2849
- "description": "The client ID to use",
2850
- "type": "string"
2851
- },
2852
- "clientSecret": {
2853
- "description": "The client secret to use",
2854
- "visibility": "secret",
2855
- "type": "string"
2856
- },
2857
- "allowedInstallationOwners": {
2858
- "description": "List of installation owners allowed to be used by this GitHub app. The GitHub UI does not provide a way to list the installations.\nHowever you can list the installations with the GitHub API. You can find the list of installations here:\nhttps://api.github.com/app/installations\nThe relevant documentation for this is here.\nhttps://docs.github.com/en/rest/reference/apps#list-installations-for-the-authenticated-app--code-samples",
2859
- "type": "array",
2860
- "items": {
2861
- "type": "string"
2862
- }
2863
- }
2864
- },
2865
- "required": [
2866
- "appId",
2867
- "clientId",
2868
- "clientSecret",
2869
- "privateKey",
2870
- "webhookSecret"
2871
- ]
2872
- }
2873
- }
2874
- },
2875
- "required": [
2876
- "host"
2877
- ]
2878
- }
2879
- },
2880
- "gitlab": {
2881
- "description": "Integration configuration for GitLab",
2882
- "type": "array",
2883
- "items": {
2884
- "type": "object",
2885
- "properties": {
2886
- "host": {
2887
- "description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
2888
- "visibility": "frontend",
2889
- "type": "string"
2890
- },
2891
- "apiBaseUrl": {
2892
- "description": "The base URL of the API of this provider, e.g.\n\"https://gitlab.com/api/v4\", with no trailing slash.\n\nMay be omitted specifically for public GitLab; then it will be deduced.",
2893
- "visibility": "frontend",
2894
- "type": "string"
2895
- },
2896
- "token": {
2897
- "description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
2898
- "visibility": "secret",
2899
- "type": "string"
2900
- },
2901
- "baseUrl": {
2902
- "description": "The baseUrl of this provider, e.g. \"https://gitlab.com\", which is\npassed into the GitLab client.\n\nIf no baseUrl is provided, it will default to https://${host}.",
2903
- "visibility": "frontend",
2904
- "type": "string"
2905
- }
2906
- },
2907
- "required": [
2908
- "host"
2909
- ]
2910
- }
2911
- },
2912
- "googleGcs": {
2913
- "description": "Integration configuration for Google Cloud Storage",
2914
- "type": "object",
2915
- "properties": {
2916
- "clientEmail": {
2917
- "description": "Service account email used to authenticate requests.",
2918
- "type": "string"
2919
- },
2920
- "privateKey": {
2921
- "description": "Service account private key used to authenticate requests.",
2922
- "visibility": "secret",
2923
- "type": "string"
2924
- }
2925
- }
2926
- },
2927
- "awsS3": {
2928
- "description": "Integration configuration for AWS S3 Service",
2929
- "type": "array",
2930
- "items": {
2931
- "type": "object",
2932
- "properties": {
2933
- "endpoint": {
2934
- "description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
2935
- "visibility": "frontend",
2936
- "type": "string"
2937
- },
2938
- "s3ForcePathStyle": {
2939
- "description": "Whether to use path style URLs when communicating with S3.\nDefaults to false.\nThis allows providers like LocalStack, Minio and Wasabi (and possibly others) to be used.",
2940
- "visibility": "frontend",
2941
- "type": "boolean"
2942
- },
2943
- "accessKeyId": {
2944
- "description": "Account access key used to authenticate requests.",
2945
- "type": "string"
2946
- },
2947
- "secretAccessKey": {
2948
- "description": "Account secret key used to authenticate requests.",
2949
- "visibility": "secret",
2950
- "type": "string"
2951
- },
2952
- "roleArn": {
2953
- "description": "ARN of the role to be assumed",
2954
- "type": "string"
2955
- },
2956
- "externalId": {
2957
- "description": "External ID to use when assuming role",
2958
- "type": "string"
2959
- }
2960
- }
2961
- }
2962
- },
2963
- "gitea": {
2964
- "description": "Integration configuration for Gitea",
2965
- "type": "array",
2966
- "items": {
2967
- "type": "object",
2968
- "properties": {
2969
- "host": {
2970
- "description": "The hostname of the given Gitea instance",
2971
- "visibility": "frontend",
2972
- "type": "string"
2973
- },
2974
- "baseUrl": {
2975
- "description": "The base url for the Gitea instance.",
2976
- "visibility": "frontend",
2977
- "type": "string"
2978
- },
2979
- "username": {
2980
- "description": "The username to use for authenticated requests.",
2981
- "visibility": "secret",
2982
- "type": "string"
2983
- },
2984
- "password": {
2985
- "description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
2986
- "visibility": "secret",
2987
- "type": "string"
2988
- }
2989
- },
2990
- "required": [
2991
- "host"
2992
- ]
2993
- }
2994
- },
2995
- "harness": {
2996
- "description": "Integration configuration for Harness Code",
2997
- "type": "array",
2998
- "items": {
2999
- "type": "object",
3000
- "properties": {
3001
- "host": {
3002
- "description": "The hostname of the given Harness Code instance",
3003
- "visibility": "frontend",
3004
- "type": "string"
3005
- },
3006
- "apiKey": {
3007
- "description": "The apikey to use for authenticated requests.",
3008
- "visibility": "secret",
3009
- "type": "string"
3010
- },
3011
- "token": {
3012
- "description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
3013
- "visibility": "secret",
3014
- "type": "string"
3015
- }
3016
- },
3017
- "required": [
3018
- "host"
3019
- ]
3020
- }
3021
- }
3022
- }
3023
- }
3024
- },
3025
- "$schema": "http://json-schema.org/draft-07/schema#"
3026
- }
3027
2511
  }
3028
2512
  ],
3029
2513
  "backstageConfigSchemaVersion": 1
package/dist/index.cjs.js CHANGED
@@ -228,7 +228,7 @@ function lazy(getActionFunc) {
228
228
  };
229
229
  }
230
230
 
231
- var version = "1.8.17-next.3";
231
+ var version = "1.8.17";
232
232
 
233
233
  const main = (argv) => {
234
234
  commander.program.name("techdocs-cli").version(version);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@techdocs/cli",
3
3
  "description": "Utility CLI for managing TechDocs sites in Backstage.",
4
- "version": "0.0.0-nightly-20240820021901",
4
+ "version": "0.0.0-nightly-20240821021909",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -35,7 +35,7 @@
35
35
  "techdocs-cli": "bin/techdocs-cli"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/cli": "^0.0.0-nightly-20240820021901",
38
+ "@backstage/cli": "^0.27.0",
39
39
  "@types/commander": "^2.12.2",
40
40
  "@types/fs-extra": "^11.0.0",
41
41
  "@types/http-proxy": "^1.17.4",
@@ -56,11 +56,11 @@
56
56
  "ext": "ts"
57
57
  },
58
58
  "dependencies": {
59
- "@backstage/backend-defaults": "^0.0.0-nightly-20240820021901",
60
- "@backstage/catalog-model": "^0.0.0-nightly-20240820021901",
59
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240821021909",
60
+ "@backstage/catalog-model": "^1.6.0",
61
61
  "@backstage/cli-common": "^0.1.14",
62
62
  "@backstage/config": "^1.2.0",
63
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20240820021901",
63
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20240821021909",
64
64
  "commander": "^12.0.0",
65
65
  "fs-extra": "^11.0.0",
66
66
  "global-agent": "^3.0.0",