@techdocs/cli 0.0.0-nightly-20250809024513 → 0.0.0-nightly-20250810025351
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,15 +1,15 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250810025351
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-defaults@0.0.0-nightly-20250810025351
|
|
9
9
|
- @backstage/catalog-model@1.7.5
|
|
10
10
|
- @backstage/cli-common@0.1.15
|
|
11
11
|
- @backstage/config@1.3.3
|
|
12
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
12
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20250810025351
|
|
13
13
|
|
|
14
14
|
## 1.9.6-next.0
|
|
15
15
|
|
|
@@ -1214,6 +1214,52 @@
|
|
|
1214
1214
|
},
|
|
1215
1215
|
"packageName": "@backstage/backend-plugin-api"
|
|
1216
1216
|
},
|
|
1217
|
+
{
|
|
1218
|
+
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1219
|
+
"value": {
|
|
1220
|
+
"type": "object",
|
|
1221
|
+
"properties": {
|
|
1222
|
+
"auth": {
|
|
1223
|
+
"description": "Configuration options for the auth plugin",
|
|
1224
|
+
"type": "object",
|
|
1225
|
+
"properties": {
|
|
1226
|
+
"providers": {
|
|
1227
|
+
"type": "object",
|
|
1228
|
+
"properties": {
|
|
1229
|
+
"guest": {
|
|
1230
|
+
"type": "object",
|
|
1231
|
+
"properties": {
|
|
1232
|
+
"userEntityRef": {
|
|
1233
|
+
"description": "The entity reference to use for the guest user.",
|
|
1234
|
+
"default": "user:development/guest",
|
|
1235
|
+
"type": "string"
|
|
1236
|
+
},
|
|
1237
|
+
"ownershipEntityRefs": {
|
|
1238
|
+
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1239
|
+
"default": "[userEntityRef]",
|
|
1240
|
+
"type": "array",
|
|
1241
|
+
"items": {
|
|
1242
|
+
"type": "string"
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
"dangerouslyAllowOutsideDevelopment": {
|
|
1246
|
+
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1247
|
+
"type": "boolean"
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
"required": [
|
|
1255
|
+
"providers"
|
|
1256
|
+
]
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1260
|
+
},
|
|
1261
|
+
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1262
|
+
},
|
|
1217
1263
|
{
|
|
1218
1264
|
"path": "../../plugins/auth-backend/config.d.ts",
|
|
1219
1265
|
"value": {
|
|
@@ -1349,52 +1395,6 @@
|
|
|
1349
1395
|
},
|
|
1350
1396
|
"packageName": "@backstage/plugin-auth-backend"
|
|
1351
1397
|
},
|
|
1352
|
-
{
|
|
1353
|
-
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1354
|
-
"value": {
|
|
1355
|
-
"type": "object",
|
|
1356
|
-
"properties": {
|
|
1357
|
-
"auth": {
|
|
1358
|
-
"description": "Configuration options for the auth plugin",
|
|
1359
|
-
"type": "object",
|
|
1360
|
-
"properties": {
|
|
1361
|
-
"providers": {
|
|
1362
|
-
"type": "object",
|
|
1363
|
-
"properties": {
|
|
1364
|
-
"guest": {
|
|
1365
|
-
"type": "object",
|
|
1366
|
-
"properties": {
|
|
1367
|
-
"userEntityRef": {
|
|
1368
|
-
"description": "The entity reference to use for the guest user.",
|
|
1369
|
-
"default": "user:development/guest",
|
|
1370
|
-
"type": "string"
|
|
1371
|
-
},
|
|
1372
|
-
"ownershipEntityRefs": {
|
|
1373
|
-
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1374
|
-
"default": "[userEntityRef]",
|
|
1375
|
-
"type": "array",
|
|
1376
|
-
"items": {
|
|
1377
|
-
"type": "string"
|
|
1378
|
-
}
|
|
1379
|
-
},
|
|
1380
|
-
"dangerouslyAllowOutsideDevelopment": {
|
|
1381
|
-
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1382
|
-
"type": "boolean"
|
|
1383
|
-
}
|
|
1384
|
-
}
|
|
1385
|
-
}
|
|
1386
|
-
}
|
|
1387
|
-
}
|
|
1388
|
-
},
|
|
1389
|
-
"required": [
|
|
1390
|
-
"providers"
|
|
1391
|
-
]
|
|
1392
|
-
}
|
|
1393
|
-
},
|
|
1394
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1395
|
-
},
|
|
1396
|
-
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1397
|
-
},
|
|
1398
1398
|
{
|
|
1399
1399
|
"path": "../backend-app-api/config.d.ts",
|
|
1400
1400
|
"value": {
|
package/dist/package.json.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techdocs/cli",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20250810025351",
|
|
4
4
|
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli"
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"watch": "./src"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/backend-defaults": "0.0.0-nightly-
|
|
47
|
+
"@backstage/backend-defaults": "0.0.0-nightly-20250810025351",
|
|
48
48
|
"@backstage/catalog-model": "1.7.5",
|
|
49
49
|
"@backstage/cli-common": "0.1.15",
|
|
50
50
|
"@backstage/config": "1.3.3",
|
|
51
|
-
"@backstage/plugin-techdocs-node": "0.0.0-nightly-
|
|
51
|
+
"@backstage/plugin-techdocs-node": "0.0.0-nightly-20250810025351",
|
|
52
52
|
"commander": "^12.0.0",
|
|
53
53
|
"fs-extra": "^11.0.0",
|
|
54
54
|
"global-agent": "^3.0.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"winston": "^3.2.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
61
|
+
"@backstage/cli": "0.0.0-nightly-20250810025351",
|
|
62
62
|
"@types/commander": "^2.12.2",
|
|
63
63
|
"@types/fs-extra": "^11.0.0",
|
|
64
64
|
"@types/http-proxy": "^1.17.4",
|