faces-cli 1.6.11 → 1.6.13
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/dist/commands/catalog/backup.js +1 -1
- package/dist/commands/catalog/doctor.js +2 -2
- package/dist/commands/face/{update.d.ts → edit.d.ts} +1 -1
- package/dist/commands/face/{update.js → edit.js} +4 -4
- package/dist/commands/face/get.js +6 -3
- package/dist/commands/team/{update.d.ts → edit.d.ts} +1 -1
- package/dist/commands/team/{update.js → edit.js} +3 -3
- package/oclif.manifest.json +376 -376
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -2174,63 +2174,10 @@
|
|
|
2174
2174
|
"show.js"
|
|
2175
2175
|
]
|
|
2176
2176
|
},
|
|
2177
|
-
"
|
|
2178
|
-
"aliases": [],
|
|
2179
|
-
"args": {},
|
|
2180
|
-
"description": "List all supported attribute keys",
|
|
2181
|
-
"flags": {
|
|
2182
|
-
"json": {
|
|
2183
|
-
"description": "Format output as json.",
|
|
2184
|
-
"helpGroup": "GLOBAL",
|
|
2185
|
-
"name": "json",
|
|
2186
|
-
"allowNo": false,
|
|
2187
|
-
"type": "boolean"
|
|
2188
|
-
},
|
|
2189
|
-
"base-url": {
|
|
2190
|
-
"description": "API base URL",
|
|
2191
|
-
"env": "FACES_BASE_URL",
|
|
2192
|
-
"name": "base-url",
|
|
2193
|
-
"hasDynamicHelp": false,
|
|
2194
|
-
"multiple": false,
|
|
2195
|
-
"type": "option"
|
|
2196
|
-
},
|
|
2197
|
-
"token": {
|
|
2198
|
-
"description": "JWT bearer token",
|
|
2199
|
-
"env": "FACES_TOKEN",
|
|
2200
|
-
"name": "token",
|
|
2201
|
-
"hasDynamicHelp": false,
|
|
2202
|
-
"multiple": false,
|
|
2203
|
-
"type": "option"
|
|
2204
|
-
},
|
|
2205
|
-
"api-key": {
|
|
2206
|
-
"description": "API key",
|
|
2207
|
-
"env": "FACES_API_KEY",
|
|
2208
|
-
"name": "api-key",
|
|
2209
|
-
"hasDynamicHelp": false,
|
|
2210
|
-
"multiple": false,
|
|
2211
|
-
"type": "option"
|
|
2212
|
-
}
|
|
2213
|
-
},
|
|
2214
|
-
"hasDynamicHelp": false,
|
|
2215
|
-
"hiddenAliases": [],
|
|
2216
|
-
"id": "face:attributes",
|
|
2217
|
-
"pluginAlias": "faces-cli",
|
|
2218
|
-
"pluginName": "faces-cli",
|
|
2219
|
-
"pluginType": "core",
|
|
2220
|
-
"strict": true,
|
|
2221
|
-
"enableJsonFlag": true,
|
|
2222
|
-
"isESM": true,
|
|
2223
|
-
"relativePath": [
|
|
2224
|
-
"dist",
|
|
2225
|
-
"commands",
|
|
2226
|
-
"face",
|
|
2227
|
-
"attributes.js"
|
|
2228
|
-
]
|
|
2229
|
-
},
|
|
2230
|
-
"face:create": {
|
|
2177
|
+
"keys:create": {
|
|
2231
2178
|
"aliases": [],
|
|
2232
2179
|
"args": {},
|
|
2233
|
-
"description": "Create a new
|
|
2180
|
+
"description": "Create a new API key (JWT required)",
|
|
2234
2181
|
"flags": {
|
|
2235
2182
|
"json": {
|
|
2236
2183
|
"description": "Format output as json.",
|
|
@@ -2264,59 +2211,37 @@
|
|
|
2264
2211
|
"type": "option"
|
|
2265
2212
|
},
|
|
2266
2213
|
"name": {
|
|
2267
|
-
"description": "
|
|
2214
|
+
"description": "Key name/label",
|
|
2268
2215
|
"name": "name",
|
|
2269
2216
|
"required": true,
|
|
2270
2217
|
"hasDynamicHelp": false,
|
|
2271
2218
|
"multiple": false,
|
|
2272
2219
|
"type": "option"
|
|
2273
2220
|
},
|
|
2274
|
-
"
|
|
2275
|
-
"description": "
|
|
2276
|
-
"name": "
|
|
2277
|
-
"required": true,
|
|
2278
|
-
"hasDynamicHelp": false,
|
|
2279
|
-
"multiple": false,
|
|
2280
|
-
"type": "option"
|
|
2281
|
-
},
|
|
2282
|
-
"description": {
|
|
2283
|
-
"description": "Plain-text description / bio (max 1500 chars)",
|
|
2284
|
-
"name": "description",
|
|
2285
|
-
"hasDynamicHelp": false,
|
|
2286
|
-
"multiple": false,
|
|
2287
|
-
"type": "option"
|
|
2288
|
-
},
|
|
2289
|
-
"tag": {
|
|
2290
|
-
"description": "Tag label (repeatable, lowercase)",
|
|
2291
|
-
"name": "tag",
|
|
2292
|
-
"hasDynamicHelp": false,
|
|
2293
|
-
"multiple": true,
|
|
2294
|
-
"type": "option"
|
|
2295
|
-
},
|
|
2296
|
-
"default-model": {
|
|
2297
|
-
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
2298
|
-
"name": "default-model",
|
|
2221
|
+
"expires-days": {
|
|
2222
|
+
"description": "Expiry in days (omit for no expiry)",
|
|
2223
|
+
"name": "expires-days",
|
|
2299
2224
|
"hasDynamicHelp": false,
|
|
2300
2225
|
"multiple": false,
|
|
2301
2226
|
"type": "option"
|
|
2302
2227
|
},
|
|
2303
|
-
"
|
|
2304
|
-
"description": "
|
|
2305
|
-
"name": "
|
|
2228
|
+
"budget": {
|
|
2229
|
+
"description": "Spend budget in USD",
|
|
2230
|
+
"name": "budget",
|
|
2306
2231
|
"hasDynamicHelp": false,
|
|
2307
2232
|
"multiple": false,
|
|
2308
2233
|
"type": "option"
|
|
2309
2234
|
},
|
|
2310
|
-
"
|
|
2311
|
-
"description": "
|
|
2312
|
-
"name": "
|
|
2235
|
+
"face": {
|
|
2236
|
+
"description": "Allowed face alias (repeatable)",
|
|
2237
|
+
"name": "face",
|
|
2313
2238
|
"hasDynamicHelp": false,
|
|
2314
2239
|
"multiple": true,
|
|
2315
2240
|
"type": "option"
|
|
2316
2241
|
},
|
|
2317
|
-
"
|
|
2318
|
-
"description": "
|
|
2319
|
-
"name": "
|
|
2242
|
+
"model": {
|
|
2243
|
+
"description": "Allowed model name (repeatable)",
|
|
2244
|
+
"name": "model",
|
|
2320
2245
|
"hasDynamicHelp": false,
|
|
2321
2246
|
"multiple": true,
|
|
2322
2247
|
"type": "option"
|
|
@@ -2324,7 +2249,7 @@
|
|
|
2324
2249
|
},
|
|
2325
2250
|
"hasDynamicHelp": false,
|
|
2326
2251
|
"hiddenAliases": [],
|
|
2327
|
-
"id": "
|
|
2252
|
+
"id": "keys:create",
|
|
2328
2253
|
"pluginAlias": "faces-cli",
|
|
2329
2254
|
"pluginName": "faces-cli",
|
|
2330
2255
|
"pluginType": "core",
|
|
@@ -2334,20 +2259,14 @@
|
|
|
2334
2259
|
"relativePath": [
|
|
2335
2260
|
"dist",
|
|
2336
2261
|
"commands",
|
|
2337
|
-
"
|
|
2262
|
+
"keys",
|
|
2338
2263
|
"create.js"
|
|
2339
2264
|
]
|
|
2340
2265
|
},
|
|
2341
|
-
"
|
|
2266
|
+
"keys:list": {
|
|
2342
2267
|
"aliases": [],
|
|
2343
|
-
"args": {
|
|
2344
|
-
|
|
2345
|
-
"description": "Face alias",
|
|
2346
|
-
"name": "face_id",
|
|
2347
|
-
"required": true
|
|
2348
|
-
}
|
|
2349
|
-
},
|
|
2350
|
-
"description": "Delete a face permanently",
|
|
2268
|
+
"args": {},
|
|
2269
|
+
"description": "List all API keys (JWT required)",
|
|
2351
2270
|
"flags": {
|
|
2352
2271
|
"json": {
|
|
2353
2272
|
"description": "Format output as json.",
|
|
@@ -2379,17 +2298,11 @@
|
|
|
2379
2298
|
"hasDynamicHelp": false,
|
|
2380
2299
|
"multiple": false,
|
|
2381
2300
|
"type": "option"
|
|
2382
|
-
},
|
|
2383
|
-
"yes": {
|
|
2384
|
-
"description": "Skip confirmation",
|
|
2385
|
-
"name": "yes",
|
|
2386
|
-
"allowNo": false,
|
|
2387
|
-
"type": "boolean"
|
|
2388
2301
|
}
|
|
2389
2302
|
},
|
|
2390
2303
|
"hasDynamicHelp": false,
|
|
2391
2304
|
"hiddenAliases": [],
|
|
2392
|
-
"id": "
|
|
2305
|
+
"id": "keys:list",
|
|
2393
2306
|
"pluginAlias": "faces-cli",
|
|
2394
2307
|
"pluginName": "faces-cli",
|
|
2395
2308
|
"pluginType": "core",
|
|
@@ -2399,14 +2312,20 @@
|
|
|
2399
2312
|
"relativePath": [
|
|
2400
2313
|
"dist",
|
|
2401
2314
|
"commands",
|
|
2402
|
-
"
|
|
2403
|
-
"
|
|
2315
|
+
"keys",
|
|
2316
|
+
"list.js"
|
|
2404
2317
|
]
|
|
2405
2318
|
},
|
|
2406
|
-
"
|
|
2319
|
+
"keys:revoke": {
|
|
2407
2320
|
"aliases": [],
|
|
2408
|
-
"args": {
|
|
2409
|
-
|
|
2321
|
+
"args": {
|
|
2322
|
+
"key_id": {
|
|
2323
|
+
"description": "Key ID",
|
|
2324
|
+
"name": "key_id",
|
|
2325
|
+
"required": true
|
|
2326
|
+
}
|
|
2327
|
+
},
|
|
2328
|
+
"description": "Revoke an API key (JWT required)",
|
|
2410
2329
|
"flags": {
|
|
2411
2330
|
"json": {
|
|
2412
2331
|
"description": "Format output as json.",
|
|
@@ -2439,18 +2358,16 @@
|
|
|
2439
2358
|
"multiple": false,
|
|
2440
2359
|
"type": "option"
|
|
2441
2360
|
},
|
|
2442
|
-
"
|
|
2443
|
-
"description": "
|
|
2444
|
-
"name": "
|
|
2445
|
-
"
|
|
2446
|
-
"
|
|
2447
|
-
"multiple": true,
|
|
2448
|
-
"type": "option"
|
|
2361
|
+
"yes": {
|
|
2362
|
+
"description": "Skip confirmation",
|
|
2363
|
+
"name": "yes",
|
|
2364
|
+
"allowNo": false,
|
|
2365
|
+
"type": "boolean"
|
|
2449
2366
|
}
|
|
2450
2367
|
},
|
|
2451
2368
|
"hasDynamicHelp": false,
|
|
2452
2369
|
"hiddenAliases": [],
|
|
2453
|
-
"id": "
|
|
2370
|
+
"id": "keys:revoke",
|
|
2454
2371
|
"pluginAlias": "faces-cli",
|
|
2455
2372
|
"pluginName": "faces-cli",
|
|
2456
2373
|
"pluginType": "core",
|
|
@@ -2460,20 +2377,20 @@
|
|
|
2460
2377
|
"relativePath": [
|
|
2461
2378
|
"dist",
|
|
2462
2379
|
"commands",
|
|
2463
|
-
"
|
|
2464
|
-
"
|
|
2380
|
+
"keys",
|
|
2381
|
+
"revoke.js"
|
|
2465
2382
|
]
|
|
2466
2383
|
},
|
|
2467
|
-
"
|
|
2384
|
+
"keys:update": {
|
|
2468
2385
|
"aliases": [],
|
|
2469
2386
|
"args": {
|
|
2470
|
-
"
|
|
2471
|
-
"description": "
|
|
2472
|
-
"name": "
|
|
2387
|
+
"key_id": {
|
|
2388
|
+
"description": "Key ID",
|
|
2389
|
+
"name": "key_id",
|
|
2473
2390
|
"required": true
|
|
2474
2391
|
}
|
|
2475
2392
|
},
|
|
2476
|
-
"description": "
|
|
2393
|
+
"description": "Update API key metadata (JWT required)",
|
|
2477
2394
|
"flags": {
|
|
2478
2395
|
"json": {
|
|
2479
2396
|
"description": "Format output as json.",
|
|
@@ -2506,17 +2423,30 @@
|
|
|
2506
2423
|
"multiple": false,
|
|
2507
2424
|
"type": "option"
|
|
2508
2425
|
},
|
|
2509
|
-
"
|
|
2510
|
-
"description": "
|
|
2511
|
-
"name": "
|
|
2426
|
+
"name": {
|
|
2427
|
+
"description": "New key name",
|
|
2428
|
+
"name": "name",
|
|
2429
|
+
"hasDynamicHelp": false,
|
|
2430
|
+
"multiple": false,
|
|
2431
|
+
"type": "option"
|
|
2432
|
+
},
|
|
2433
|
+
"budget": {
|
|
2434
|
+
"description": "New spend budget in USD",
|
|
2435
|
+
"name": "budget",
|
|
2512
2436
|
"hasDynamicHelp": false,
|
|
2513
2437
|
"multiple": false,
|
|
2514
2438
|
"type": "option"
|
|
2439
|
+
},
|
|
2440
|
+
"reset-spent": {
|
|
2441
|
+
"description": "Reset spent amount to zero",
|
|
2442
|
+
"name": "reset-spent",
|
|
2443
|
+
"allowNo": false,
|
|
2444
|
+
"type": "boolean"
|
|
2515
2445
|
}
|
|
2516
2446
|
},
|
|
2517
2447
|
"hasDynamicHelp": false,
|
|
2518
2448
|
"hiddenAliases": [],
|
|
2519
|
-
"id": "
|
|
2449
|
+
"id": "keys:update",
|
|
2520
2450
|
"pluginAlias": "faces-cli",
|
|
2521
2451
|
"pluginName": "faces-cli",
|
|
2522
2452
|
"pluginType": "core",
|
|
@@ -2526,14 +2456,14 @@
|
|
|
2526
2456
|
"relativePath": [
|
|
2527
2457
|
"dist",
|
|
2528
2458
|
"commands",
|
|
2529
|
-
"
|
|
2530
|
-
"
|
|
2459
|
+
"keys",
|
|
2460
|
+
"update.js"
|
|
2531
2461
|
]
|
|
2532
2462
|
},
|
|
2533
|
-
"face:
|
|
2463
|
+
"face:attributes": {
|
|
2534
2464
|
"aliases": [],
|
|
2535
2465
|
"args": {},
|
|
2536
|
-
"description": "List all
|
|
2466
|
+
"description": "List all supported attribute keys",
|
|
2537
2467
|
"flags": {
|
|
2538
2468
|
"json": {
|
|
2539
2469
|
"description": "Format output as json.",
|
|
@@ -2565,32 +2495,11 @@
|
|
|
2565
2495
|
"hasDynamicHelp": false,
|
|
2566
2496
|
"multiple": false,
|
|
2567
2497
|
"type": "option"
|
|
2568
|
-
},
|
|
2569
|
-
"tag": {
|
|
2570
|
-
"description": "Filter by tag (repeatable, AND logic)",
|
|
2571
|
-
"name": "tag",
|
|
2572
|
-
"hasDynamicHelp": false,
|
|
2573
|
-
"multiple": true,
|
|
2574
|
-
"type": "option"
|
|
2575
|
-
},
|
|
2576
|
-
"team": {
|
|
2577
|
-
"description": "Filter by team ID (repeatable, OR logic)",
|
|
2578
|
-
"name": "team",
|
|
2579
|
-
"hasDynamicHelp": false,
|
|
2580
|
-
"multiple": true,
|
|
2581
|
-
"type": "option"
|
|
2582
|
-
},
|
|
2583
|
-
"include": {
|
|
2584
|
-
"description": "Include extra fields: tags, teams (comma-separated)",
|
|
2585
|
-
"name": "include",
|
|
2586
|
-
"hasDynamicHelp": false,
|
|
2587
|
-
"multiple": false,
|
|
2588
|
-
"type": "option"
|
|
2589
2498
|
}
|
|
2590
2499
|
},
|
|
2591
2500
|
"hasDynamicHelp": false,
|
|
2592
2501
|
"hiddenAliases": [],
|
|
2593
|
-
"id": "face:
|
|
2502
|
+
"id": "face:attributes",
|
|
2594
2503
|
"pluginAlias": "faces-cli",
|
|
2595
2504
|
"pluginName": "faces-cli",
|
|
2596
2505
|
"pluginType": "core",
|
|
@@ -2601,19 +2510,13 @@
|
|
|
2601
2510
|
"dist",
|
|
2602
2511
|
"commands",
|
|
2603
2512
|
"face",
|
|
2604
|
-
"
|
|
2513
|
+
"attributes.js"
|
|
2605
2514
|
]
|
|
2606
2515
|
},
|
|
2607
|
-
"face:
|
|
2516
|
+
"face:create": {
|
|
2608
2517
|
"aliases": [],
|
|
2609
|
-
"args": {
|
|
2610
|
-
|
|
2611
|
-
"description": "Face alias",
|
|
2612
|
-
"name": "face_id",
|
|
2613
|
-
"required": true
|
|
2614
|
-
}
|
|
2615
|
-
},
|
|
2616
|
-
"description": "Find the most similar or dissimilar owned faces to a given face",
|
|
2518
|
+
"args": {},
|
|
2519
|
+
"description": "Create a new face",
|
|
2617
2520
|
"flags": {
|
|
2618
2521
|
"json": {
|
|
2619
2522
|
"description": "Format output as json.",
|
|
@@ -2646,44 +2549,68 @@
|
|
|
2646
2549
|
"multiple": false,
|
|
2647
2550
|
"type": "option"
|
|
2648
2551
|
},
|
|
2649
|
-
"
|
|
2650
|
-
"description": "
|
|
2651
|
-
"name": "
|
|
2652
|
-
"
|
|
2552
|
+
"name": {
|
|
2553
|
+
"description": "Display name",
|
|
2554
|
+
"name": "name",
|
|
2555
|
+
"required": true,
|
|
2653
2556
|
"hasDynamicHelp": false,
|
|
2654
2557
|
"multiple": false,
|
|
2655
2558
|
"type": "option"
|
|
2656
2559
|
},
|
|
2657
|
-
"
|
|
2658
|
-
"description": "
|
|
2659
|
-
"name": "
|
|
2660
|
-
"
|
|
2560
|
+
"alias": {
|
|
2561
|
+
"description": "Unique alias slug",
|
|
2562
|
+
"name": "alias",
|
|
2563
|
+
"required": true,
|
|
2661
2564
|
"hasDynamicHelp": false,
|
|
2662
2565
|
"multiple": false,
|
|
2663
|
-
"options": [
|
|
2664
|
-
"face",
|
|
2665
|
-
"beta",
|
|
2666
|
-
"delta",
|
|
2667
|
-
"epsilon"
|
|
2668
|
-
],
|
|
2669
2566
|
"type": "option"
|
|
2670
2567
|
},
|
|
2671
|
-
"
|
|
2672
|
-
"description": "
|
|
2673
|
-
"name": "
|
|
2674
|
-
"default": "nearest",
|
|
2568
|
+
"description": {
|
|
2569
|
+
"description": "Plain-text description / bio (max 1500 chars)",
|
|
2570
|
+
"name": "description",
|
|
2675
2571
|
"hasDynamicHelp": false,
|
|
2676
2572
|
"multiple": false,
|
|
2677
|
-
"
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2573
|
+
"type": "option"
|
|
2574
|
+
},
|
|
2575
|
+
"tag": {
|
|
2576
|
+
"description": "Tag label (repeatable, lowercase)",
|
|
2577
|
+
"name": "tag",
|
|
2578
|
+
"hasDynamicHelp": false,
|
|
2579
|
+
"multiple": true,
|
|
2580
|
+
"type": "option"
|
|
2581
|
+
},
|
|
2582
|
+
"default-model": {
|
|
2583
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
2584
|
+
"name": "default-model",
|
|
2585
|
+
"hasDynamicHelp": false,
|
|
2586
|
+
"multiple": false,
|
|
2587
|
+
"type": "option"
|
|
2588
|
+
},
|
|
2589
|
+
"formula": {
|
|
2590
|
+
"description": "Boolean formula over owned concrete face aliases (e.g. \"a | b\", \"(a | b) - c\"). Creates a composite face.",
|
|
2591
|
+
"name": "formula",
|
|
2592
|
+
"hasDynamicHelp": false,
|
|
2593
|
+
"multiple": false,
|
|
2594
|
+
"type": "option"
|
|
2595
|
+
},
|
|
2596
|
+
"attr": {
|
|
2597
|
+
"description": "Attribute KEY=VALUE (repeatable)",
|
|
2598
|
+
"name": "attr",
|
|
2599
|
+
"hasDynamicHelp": false,
|
|
2600
|
+
"multiple": true,
|
|
2601
|
+
"type": "option"
|
|
2602
|
+
},
|
|
2603
|
+
"tool": {
|
|
2604
|
+
"description": "Tool name to enable (repeatable)",
|
|
2605
|
+
"name": "tool",
|
|
2606
|
+
"hasDynamicHelp": false,
|
|
2607
|
+
"multiple": true,
|
|
2681
2608
|
"type": "option"
|
|
2682
2609
|
}
|
|
2683
2610
|
},
|
|
2684
2611
|
"hasDynamicHelp": false,
|
|
2685
2612
|
"hiddenAliases": [],
|
|
2686
|
-
"id": "face:
|
|
2613
|
+
"id": "face:create",
|
|
2687
2614
|
"pluginAlias": "faces-cli",
|
|
2688
2615
|
"pluginName": "faces-cli",
|
|
2689
2616
|
"pluginType": "core",
|
|
@@ -2694,13 +2621,19 @@
|
|
|
2694
2621
|
"dist",
|
|
2695
2622
|
"commands",
|
|
2696
2623
|
"face",
|
|
2697
|
-
"
|
|
2624
|
+
"create.js"
|
|
2698
2625
|
]
|
|
2699
2626
|
},
|
|
2700
|
-
"face:
|
|
2627
|
+
"face:delete": {
|
|
2701
2628
|
"aliases": [],
|
|
2702
|
-
"args": {
|
|
2703
|
-
|
|
2629
|
+
"args": {
|
|
2630
|
+
"face_id": {
|
|
2631
|
+
"description": "Face alias",
|
|
2632
|
+
"name": "face_id",
|
|
2633
|
+
"required": true
|
|
2634
|
+
}
|
|
2635
|
+
},
|
|
2636
|
+
"description": "Delete a face permanently",
|
|
2704
2637
|
"flags": {
|
|
2705
2638
|
"json": {
|
|
2706
2639
|
"description": "Format output as json.",
|
|
@@ -2732,11 +2665,17 @@
|
|
|
2732
2665
|
"hasDynamicHelp": false,
|
|
2733
2666
|
"multiple": false,
|
|
2734
2667
|
"type": "option"
|
|
2668
|
+
},
|
|
2669
|
+
"yes": {
|
|
2670
|
+
"description": "Skip confirmation",
|
|
2671
|
+
"name": "yes",
|
|
2672
|
+
"allowNo": false,
|
|
2673
|
+
"type": "boolean"
|
|
2735
2674
|
}
|
|
2736
2675
|
},
|
|
2737
2676
|
"hasDynamicHelp": false,
|
|
2738
2677
|
"hiddenAliases": [],
|
|
2739
|
-
"id": "face:
|
|
2678
|
+
"id": "face:delete",
|
|
2740
2679
|
"pluginAlias": "faces-cli",
|
|
2741
2680
|
"pluginName": "faces-cli",
|
|
2742
2681
|
"pluginType": "core",
|
|
@@ -2747,19 +2686,13 @@
|
|
|
2747
2686
|
"dist",
|
|
2748
2687
|
"commands",
|
|
2749
2688
|
"face",
|
|
2750
|
-
"
|
|
2689
|
+
"delete.js"
|
|
2751
2690
|
]
|
|
2752
2691
|
},
|
|
2753
|
-
"face:
|
|
2692
|
+
"face:diff": {
|
|
2754
2693
|
"aliases": [],
|
|
2755
|
-
"args": {
|
|
2756
|
-
|
|
2757
|
-
"description": "Face alias",
|
|
2758
|
-
"name": "alias",
|
|
2759
|
-
"required": true
|
|
2760
|
-
}
|
|
2761
|
-
},
|
|
2762
|
-
"description": "Set a face's team memberships (replaces all)",
|
|
2694
|
+
"args": {},
|
|
2695
|
+
"description": "Compare owned faces pairwise across all centroid components",
|
|
2763
2696
|
"flags": {
|
|
2764
2697
|
"json": {
|
|
2765
2698
|
"description": "Format output as json.",
|
|
@@ -2792,9 +2725,9 @@
|
|
|
2792
2725
|
"multiple": false,
|
|
2793
2726
|
"type": "option"
|
|
2794
2727
|
},
|
|
2795
|
-
"
|
|
2796
|
-
"description": "
|
|
2797
|
-
"name": "
|
|
2728
|
+
"face": {
|
|
2729
|
+
"description": "Face alias to include (repeatable, min 2)",
|
|
2730
|
+
"name": "face",
|
|
2798
2731
|
"required": true,
|
|
2799
2732
|
"hasDynamicHelp": false,
|
|
2800
2733
|
"multiple": true,
|
|
@@ -2803,7 +2736,7 @@
|
|
|
2803
2736
|
},
|
|
2804
2737
|
"hasDynamicHelp": false,
|
|
2805
2738
|
"hiddenAliases": [],
|
|
2806
|
-
"id": "face:
|
|
2739
|
+
"id": "face:diff",
|
|
2807
2740
|
"pluginAlias": "faces-cli",
|
|
2808
2741
|
"pluginName": "faces-cli",
|
|
2809
2742
|
"pluginType": "core",
|
|
@@ -2814,10 +2747,10 @@
|
|
|
2814
2747
|
"dist",
|
|
2815
2748
|
"commands",
|
|
2816
2749
|
"face",
|
|
2817
|
-
"
|
|
2750
|
+
"diff.js"
|
|
2818
2751
|
]
|
|
2819
2752
|
},
|
|
2820
|
-
"face:
|
|
2753
|
+
"face:edit": {
|
|
2821
2754
|
"aliases": [],
|
|
2822
2755
|
"args": {
|
|
2823
2756
|
"face_id": {
|
|
@@ -2826,7 +2759,7 @@
|
|
|
2826
2759
|
"required": true
|
|
2827
2760
|
}
|
|
2828
2761
|
},
|
|
2829
|
-
"description": "
|
|
2762
|
+
"description": "Edit a face's metadata",
|
|
2830
2763
|
"flags": {
|
|
2831
2764
|
"json": {
|
|
2832
2765
|
"description": "Format output as json.",
|
|
@@ -2911,7 +2844,7 @@
|
|
|
2911
2844
|
},
|
|
2912
2845
|
"hasDynamicHelp": false,
|
|
2913
2846
|
"hiddenAliases": [],
|
|
2914
|
-
"id": "face:
|
|
2847
|
+
"id": "face:edit",
|
|
2915
2848
|
"pluginAlias": "faces-cli",
|
|
2916
2849
|
"pluginName": "faces-cli",
|
|
2917
2850
|
"pluginType": "core",
|
|
@@ -2922,10 +2855,10 @@
|
|
|
2922
2855
|
"dist",
|
|
2923
2856
|
"commands",
|
|
2924
2857
|
"face",
|
|
2925
|
-
"
|
|
2858
|
+
"edit.js"
|
|
2926
2859
|
]
|
|
2927
2860
|
},
|
|
2928
|
-
"face:
|
|
2861
|
+
"face:get": {
|
|
2929
2862
|
"aliases": [],
|
|
2930
2863
|
"args": {
|
|
2931
2864
|
"face_id": {
|
|
@@ -2934,7 +2867,7 @@
|
|
|
2934
2867
|
"required": true
|
|
2935
2868
|
}
|
|
2936
2869
|
},
|
|
2937
|
-
"description": "
|
|
2870
|
+
"description": "Get details for a face by alias",
|
|
2938
2871
|
"flags": {
|
|
2939
2872
|
"json": {
|
|
2940
2873
|
"description": "Format output as json.",
|
|
@@ -2967,41 +2900,9 @@
|
|
|
2967
2900
|
"multiple": false,
|
|
2968
2901
|
"type": "option"
|
|
2969
2902
|
},
|
|
2970
|
-
"
|
|
2971
|
-
"description": "
|
|
2972
|
-
"name": "
|
|
2973
|
-
"required": true,
|
|
2974
|
-
"hasDynamicHelp": false,
|
|
2975
|
-
"multiple": false,
|
|
2976
|
-
"type": "option"
|
|
2977
|
-
},
|
|
2978
|
-
"kind": {
|
|
2979
|
-
"description": "Upload kind: document or thread",
|
|
2980
|
-
"name": "kind",
|
|
2981
|
-
"default": "document",
|
|
2982
|
-
"hasDynamicHelp": false,
|
|
2983
|
-
"multiple": false,
|
|
2984
|
-
"options": [
|
|
2985
|
-
"document",
|
|
2986
|
-
"thread"
|
|
2987
|
-
],
|
|
2988
|
-
"type": "option"
|
|
2989
|
-
},
|
|
2990
|
-
"perspective": {
|
|
2991
|
-
"description": "Perspective (document only)",
|
|
2992
|
-
"name": "perspective",
|
|
2993
|
-
"default": "third-person",
|
|
2994
|
-
"hasDynamicHelp": false,
|
|
2995
|
-
"multiple": false,
|
|
2996
|
-
"options": [
|
|
2997
|
-
"first-person",
|
|
2998
|
-
"third-person"
|
|
2999
|
-
],
|
|
3000
|
-
"type": "option"
|
|
3001
|
-
},
|
|
3002
|
-
"face-speaker": {
|
|
3003
|
-
"description": "Speaker name to map to the face (thread only). If omitted, first speaker is used.",
|
|
3004
|
-
"name": "face-speaker",
|
|
2903
|
+
"include": {
|
|
2904
|
+
"description": "Include extra fields: tags, teams (comma-separated)",
|
|
2905
|
+
"name": "include",
|
|
3005
2906
|
"hasDynamicHelp": false,
|
|
3006
2907
|
"multiple": false,
|
|
3007
2908
|
"type": "option"
|
|
@@ -3009,7 +2910,7 @@
|
|
|
3009
2910
|
},
|
|
3010
2911
|
"hasDynamicHelp": false,
|
|
3011
2912
|
"hiddenAliases": [],
|
|
3012
|
-
"id": "face:
|
|
2913
|
+
"id": "face:get",
|
|
3013
2914
|
"pluginAlias": "faces-cli",
|
|
3014
2915
|
"pluginName": "faces-cli",
|
|
3015
2916
|
"pluginType": "core",
|
|
@@ -3020,13 +2921,13 @@
|
|
|
3020
2921
|
"dist",
|
|
3021
2922
|
"commands",
|
|
3022
2923
|
"face",
|
|
3023
|
-
"
|
|
2924
|
+
"get.js"
|
|
3024
2925
|
]
|
|
3025
2926
|
},
|
|
3026
|
-
"
|
|
2927
|
+
"face:list": {
|
|
3027
2928
|
"aliases": [],
|
|
3028
2929
|
"args": {},
|
|
3029
|
-
"description": "
|
|
2930
|
+
"description": "List all owned faces",
|
|
3030
2931
|
"flags": {
|
|
3031
2932
|
"json": {
|
|
3032
2933
|
"description": "Format output as json.",
|
|
@@ -3059,46 +2960,124 @@
|
|
|
3059
2960
|
"multiple": false,
|
|
3060
2961
|
"type": "option"
|
|
3061
2962
|
},
|
|
3062
|
-
"
|
|
3063
|
-
"description": "
|
|
3064
|
-
"name": "
|
|
3065
|
-
"
|
|
2963
|
+
"tag": {
|
|
2964
|
+
"description": "Filter by tag (repeatable, AND logic)",
|
|
2965
|
+
"name": "tag",
|
|
2966
|
+
"hasDynamicHelp": false,
|
|
2967
|
+
"multiple": true,
|
|
2968
|
+
"type": "option"
|
|
2969
|
+
},
|
|
2970
|
+
"team": {
|
|
2971
|
+
"description": "Filter by team ID (repeatable, OR logic)",
|
|
2972
|
+
"name": "team",
|
|
2973
|
+
"hasDynamicHelp": false,
|
|
2974
|
+
"multiple": true,
|
|
2975
|
+
"type": "option"
|
|
2976
|
+
},
|
|
2977
|
+
"include": {
|
|
2978
|
+
"description": "Include extra fields: tags, teams (comma-separated)",
|
|
2979
|
+
"name": "include",
|
|
2980
|
+
"hasDynamicHelp": false,
|
|
2981
|
+
"multiple": false,
|
|
2982
|
+
"type": "option"
|
|
2983
|
+
}
|
|
2984
|
+
},
|
|
2985
|
+
"hasDynamicHelp": false,
|
|
2986
|
+
"hiddenAliases": [],
|
|
2987
|
+
"id": "face:list",
|
|
2988
|
+
"pluginAlias": "faces-cli",
|
|
2989
|
+
"pluginName": "faces-cli",
|
|
2990
|
+
"pluginType": "core",
|
|
2991
|
+
"strict": true,
|
|
2992
|
+
"enableJsonFlag": true,
|
|
2993
|
+
"isESM": true,
|
|
2994
|
+
"relativePath": [
|
|
2995
|
+
"dist",
|
|
2996
|
+
"commands",
|
|
2997
|
+
"face",
|
|
2998
|
+
"list.js"
|
|
2999
|
+
]
|
|
3000
|
+
},
|
|
3001
|
+
"face:neighbors": {
|
|
3002
|
+
"aliases": [],
|
|
3003
|
+
"args": {
|
|
3004
|
+
"face_id": {
|
|
3005
|
+
"description": "Face alias",
|
|
3006
|
+
"name": "face_id",
|
|
3007
|
+
"required": true
|
|
3008
|
+
}
|
|
3009
|
+
},
|
|
3010
|
+
"description": "Find the most similar or dissimilar owned faces to a given face",
|
|
3011
|
+
"flags": {
|
|
3012
|
+
"json": {
|
|
3013
|
+
"description": "Format output as json.",
|
|
3014
|
+
"helpGroup": "GLOBAL",
|
|
3015
|
+
"name": "json",
|
|
3016
|
+
"allowNo": false,
|
|
3017
|
+
"type": "boolean"
|
|
3018
|
+
},
|
|
3019
|
+
"base-url": {
|
|
3020
|
+
"description": "API base URL",
|
|
3021
|
+
"env": "FACES_BASE_URL",
|
|
3022
|
+
"name": "base-url",
|
|
3066
3023
|
"hasDynamicHelp": false,
|
|
3067
3024
|
"multiple": false,
|
|
3068
3025
|
"type": "option"
|
|
3069
3026
|
},
|
|
3070
|
-
"
|
|
3071
|
-
"description": "
|
|
3072
|
-
"
|
|
3027
|
+
"token": {
|
|
3028
|
+
"description": "JWT bearer token",
|
|
3029
|
+
"env": "FACES_TOKEN",
|
|
3030
|
+
"name": "token",
|
|
3031
|
+
"hasDynamicHelp": false,
|
|
3032
|
+
"multiple": false,
|
|
3033
|
+
"type": "option"
|
|
3034
|
+
},
|
|
3035
|
+
"api-key": {
|
|
3036
|
+
"description": "API key",
|
|
3037
|
+
"env": "FACES_API_KEY",
|
|
3038
|
+
"name": "api-key",
|
|
3073
3039
|
"hasDynamicHelp": false,
|
|
3074
3040
|
"multiple": false,
|
|
3075
3041
|
"type": "option"
|
|
3076
3042
|
},
|
|
3077
|
-
"
|
|
3078
|
-
"description": "
|
|
3079
|
-
"name": "
|
|
3043
|
+
"k": {
|
|
3044
|
+
"description": "Number of results (1–20)",
|
|
3045
|
+
"name": "k",
|
|
3046
|
+
"default": 5,
|
|
3080
3047
|
"hasDynamicHelp": false,
|
|
3081
3048
|
"multiple": false,
|
|
3082
3049
|
"type": "option"
|
|
3083
3050
|
},
|
|
3084
|
-
"
|
|
3085
|
-
"description": "
|
|
3086
|
-
"name": "
|
|
3051
|
+
"component": {
|
|
3052
|
+
"description": "Centroid component to rank on (beta, delta, epsilon are the principal components of a face; face is their composite)",
|
|
3053
|
+
"name": "component",
|
|
3054
|
+
"default": "face",
|
|
3087
3055
|
"hasDynamicHelp": false,
|
|
3088
|
-
"multiple":
|
|
3056
|
+
"multiple": false,
|
|
3057
|
+
"options": [
|
|
3058
|
+
"face",
|
|
3059
|
+
"beta",
|
|
3060
|
+
"delta",
|
|
3061
|
+
"epsilon"
|
|
3062
|
+
],
|
|
3089
3063
|
"type": "option"
|
|
3090
3064
|
},
|
|
3091
|
-
"
|
|
3092
|
-
"description": "
|
|
3093
|
-
"name": "
|
|
3065
|
+
"direction": {
|
|
3066
|
+
"description": "nearest (most similar) or furthest (most dissimilar)",
|
|
3067
|
+
"name": "direction",
|
|
3068
|
+
"default": "nearest",
|
|
3094
3069
|
"hasDynamicHelp": false,
|
|
3095
|
-
"multiple":
|
|
3070
|
+
"multiple": false,
|
|
3071
|
+
"options": [
|
|
3072
|
+
"nearest",
|
|
3073
|
+
"furthest"
|
|
3074
|
+
],
|
|
3096
3075
|
"type": "option"
|
|
3097
3076
|
}
|
|
3098
3077
|
},
|
|
3099
3078
|
"hasDynamicHelp": false,
|
|
3100
3079
|
"hiddenAliases": [],
|
|
3101
|
-
"id": "
|
|
3080
|
+
"id": "face:neighbors",
|
|
3102
3081
|
"pluginAlias": "faces-cli",
|
|
3103
3082
|
"pluginName": "faces-cli",
|
|
3104
3083
|
"pluginType": "core",
|
|
@@ -3108,14 +3087,14 @@
|
|
|
3108
3087
|
"relativePath": [
|
|
3109
3088
|
"dist",
|
|
3110
3089
|
"commands",
|
|
3111
|
-
"
|
|
3112
|
-
"
|
|
3090
|
+
"face",
|
|
3091
|
+
"neighbors.js"
|
|
3113
3092
|
]
|
|
3114
3093
|
},
|
|
3115
|
-
"
|
|
3094
|
+
"face:stats": {
|
|
3116
3095
|
"aliases": [],
|
|
3117
3096
|
"args": {},
|
|
3118
|
-
"description": "
|
|
3097
|
+
"description": "Compile and chat stats for all owned faces",
|
|
3119
3098
|
"flags": {
|
|
3120
3099
|
"json": {
|
|
3121
3100
|
"description": "Format output as json.",
|
|
@@ -3151,7 +3130,7 @@
|
|
|
3151
3130
|
},
|
|
3152
3131
|
"hasDynamicHelp": false,
|
|
3153
3132
|
"hiddenAliases": [],
|
|
3154
|
-
"id": "
|
|
3133
|
+
"id": "face:stats",
|
|
3155
3134
|
"pluginAlias": "faces-cli",
|
|
3156
3135
|
"pluginName": "faces-cli",
|
|
3157
3136
|
"pluginType": "core",
|
|
@@ -3161,20 +3140,20 @@
|
|
|
3161
3140
|
"relativePath": [
|
|
3162
3141
|
"dist",
|
|
3163
3142
|
"commands",
|
|
3164
|
-
"
|
|
3165
|
-
"
|
|
3143
|
+
"face",
|
|
3144
|
+
"stats.js"
|
|
3166
3145
|
]
|
|
3167
3146
|
},
|
|
3168
|
-
"
|
|
3147
|
+
"face:teams": {
|
|
3169
3148
|
"aliases": [],
|
|
3170
3149
|
"args": {
|
|
3171
|
-
"
|
|
3172
|
-
"description": "
|
|
3173
|
-
"name": "
|
|
3150
|
+
"alias": {
|
|
3151
|
+
"description": "Face alias",
|
|
3152
|
+
"name": "alias",
|
|
3174
3153
|
"required": true
|
|
3175
3154
|
}
|
|
3176
3155
|
},
|
|
3177
|
-
"description": "
|
|
3156
|
+
"description": "Set a face's team memberships (replaces all)",
|
|
3178
3157
|
"flags": {
|
|
3179
3158
|
"json": {
|
|
3180
3159
|
"description": "Format output as json.",
|
|
@@ -3207,16 +3186,18 @@
|
|
|
3207
3186
|
"multiple": false,
|
|
3208
3187
|
"type": "option"
|
|
3209
3188
|
},
|
|
3210
|
-
"
|
|
3211
|
-
"description": "
|
|
3212
|
-
"name": "
|
|
3213
|
-
"
|
|
3214
|
-
"
|
|
3189
|
+
"team": {
|
|
3190
|
+
"description": "Team ID (repeatable, replaces all memberships)",
|
|
3191
|
+
"name": "team",
|
|
3192
|
+
"required": true,
|
|
3193
|
+
"hasDynamicHelp": false,
|
|
3194
|
+
"multiple": true,
|
|
3195
|
+
"type": "option"
|
|
3215
3196
|
}
|
|
3216
3197
|
},
|
|
3217
3198
|
"hasDynamicHelp": false,
|
|
3218
3199
|
"hiddenAliases": [],
|
|
3219
|
-
"id": "
|
|
3200
|
+
"id": "face:teams",
|
|
3220
3201
|
"pluginAlias": "faces-cli",
|
|
3221
3202
|
"pluginName": "faces-cli",
|
|
3222
3203
|
"pluginType": "core",
|
|
@@ -3226,20 +3207,20 @@
|
|
|
3226
3207
|
"relativePath": [
|
|
3227
3208
|
"dist",
|
|
3228
3209
|
"commands",
|
|
3229
|
-
"
|
|
3230
|
-
"
|
|
3210
|
+
"face",
|
|
3211
|
+
"teams.js"
|
|
3231
3212
|
]
|
|
3232
3213
|
},
|
|
3233
|
-
"
|
|
3214
|
+
"face:upload": {
|
|
3234
3215
|
"aliases": [],
|
|
3235
3216
|
"args": {
|
|
3236
|
-
"
|
|
3237
|
-
"description": "
|
|
3238
|
-
"name": "
|
|
3217
|
+
"face_id": {
|
|
3218
|
+
"description": "Face alias",
|
|
3219
|
+
"name": "face_id",
|
|
3239
3220
|
"required": true
|
|
3240
3221
|
}
|
|
3241
3222
|
},
|
|
3242
|
-
"description": "
|
|
3223
|
+
"description": "Upload a file (text/PDF/audio/video) to a face",
|
|
3243
3224
|
"flags": {
|
|
3244
3225
|
"json": {
|
|
3245
3226
|
"description": "Format output as json.",
|
|
@@ -3272,30 +3253,49 @@
|
|
|
3272
3253
|
"multiple": false,
|
|
3273
3254
|
"type": "option"
|
|
3274
3255
|
},
|
|
3275
|
-
"
|
|
3276
|
-
"description": "
|
|
3277
|
-
"name": "
|
|
3256
|
+
"file": {
|
|
3257
|
+
"description": "File to upload",
|
|
3258
|
+
"name": "file",
|
|
3259
|
+
"required": true,
|
|
3278
3260
|
"hasDynamicHelp": false,
|
|
3279
3261
|
"multiple": false,
|
|
3280
3262
|
"type": "option"
|
|
3281
3263
|
},
|
|
3282
|
-
"
|
|
3283
|
-
"description": "
|
|
3284
|
-
"name": "
|
|
3264
|
+
"kind": {
|
|
3265
|
+
"description": "Upload kind: document or thread",
|
|
3266
|
+
"name": "kind",
|
|
3267
|
+
"default": "document",
|
|
3285
3268
|
"hasDynamicHelp": false,
|
|
3286
3269
|
"multiple": false,
|
|
3270
|
+
"options": [
|
|
3271
|
+
"document",
|
|
3272
|
+
"thread"
|
|
3273
|
+
],
|
|
3287
3274
|
"type": "option"
|
|
3288
3275
|
},
|
|
3289
|
-
"
|
|
3290
|
-
"description": "
|
|
3291
|
-
"name": "
|
|
3292
|
-
"
|
|
3293
|
-
"
|
|
3276
|
+
"perspective": {
|
|
3277
|
+
"description": "Perspective (document only)",
|
|
3278
|
+
"name": "perspective",
|
|
3279
|
+
"default": "third-person",
|
|
3280
|
+
"hasDynamicHelp": false,
|
|
3281
|
+
"multiple": false,
|
|
3282
|
+
"options": [
|
|
3283
|
+
"first-person",
|
|
3284
|
+
"third-person"
|
|
3285
|
+
],
|
|
3286
|
+
"type": "option"
|
|
3287
|
+
},
|
|
3288
|
+
"face-speaker": {
|
|
3289
|
+
"description": "Speaker name to map to the face (thread only). If omitted, first speaker is used.",
|
|
3290
|
+
"name": "face-speaker",
|
|
3291
|
+
"hasDynamicHelp": false,
|
|
3292
|
+
"multiple": false,
|
|
3293
|
+
"type": "option"
|
|
3294
3294
|
}
|
|
3295
3295
|
},
|
|
3296
3296
|
"hasDynamicHelp": false,
|
|
3297
3297
|
"hiddenAliases": [],
|
|
3298
|
-
"id": "
|
|
3298
|
+
"id": "face:upload",
|
|
3299
3299
|
"pluginAlias": "faces-cli",
|
|
3300
3300
|
"pluginName": "faces-cli",
|
|
3301
3301
|
"pluginType": "core",
|
|
@@ -3305,8 +3305,8 @@
|
|
|
3305
3305
|
"relativePath": [
|
|
3306
3306
|
"dist",
|
|
3307
3307
|
"commands",
|
|
3308
|
-
"
|
|
3309
|
-
"
|
|
3308
|
+
"face",
|
|
3309
|
+
"upload.js"
|
|
3310
3310
|
]
|
|
3311
3311
|
},
|
|
3312
3312
|
"team:add": {
|
|
@@ -3530,7 +3530,7 @@
|
|
|
3530
3530
|
"delete.js"
|
|
3531
3531
|
]
|
|
3532
3532
|
},
|
|
3533
|
-
"team:
|
|
3533
|
+
"team:edit": {
|
|
3534
3534
|
"aliases": [],
|
|
3535
3535
|
"args": {
|
|
3536
3536
|
"team_id": {
|
|
@@ -3539,7 +3539,7 @@
|
|
|
3539
3539
|
"required": true
|
|
3540
3540
|
}
|
|
3541
3541
|
},
|
|
3542
|
-
"description": "
|
|
3542
|
+
"description": "Edit a team",
|
|
3543
3543
|
"flags": {
|
|
3544
3544
|
"json": {
|
|
3545
3545
|
"description": "Format output as json.",
|
|
@@ -3571,11 +3571,39 @@
|
|
|
3571
3571
|
"hasDynamicHelp": false,
|
|
3572
3572
|
"multiple": false,
|
|
3573
3573
|
"type": "option"
|
|
3574
|
+
},
|
|
3575
|
+
"name": {
|
|
3576
|
+
"description": "New team name",
|
|
3577
|
+
"name": "name",
|
|
3578
|
+
"hasDynamicHelp": false,
|
|
3579
|
+
"multiple": false,
|
|
3580
|
+
"type": "option"
|
|
3581
|
+
},
|
|
3582
|
+
"description": {
|
|
3583
|
+
"description": "New description (max 1500 chars)",
|
|
3584
|
+
"name": "description",
|
|
3585
|
+
"hasDynamicHelp": false,
|
|
3586
|
+
"multiple": false,
|
|
3587
|
+
"type": "option"
|
|
3588
|
+
},
|
|
3589
|
+
"protocol": {
|
|
3590
|
+
"description": "New protocol content",
|
|
3591
|
+
"name": "protocol",
|
|
3592
|
+
"hasDynamicHelp": false,
|
|
3593
|
+
"multiple": false,
|
|
3594
|
+
"type": "option"
|
|
3595
|
+
},
|
|
3596
|
+
"protocol-file": {
|
|
3597
|
+
"description": "Read protocol from file",
|
|
3598
|
+
"name": "protocol-file",
|
|
3599
|
+
"hasDynamicHelp": false,
|
|
3600
|
+
"multiple": false,
|
|
3601
|
+
"type": "option"
|
|
3574
3602
|
}
|
|
3575
3603
|
},
|
|
3576
3604
|
"hasDynamicHelp": false,
|
|
3577
3605
|
"hiddenAliases": [],
|
|
3578
|
-
"id": "team:
|
|
3606
|
+
"id": "team:edit",
|
|
3579
3607
|
"pluginAlias": "faces-cli",
|
|
3580
3608
|
"pluginName": "faces-cli",
|
|
3581
3609
|
"pluginType": "core",
|
|
@@ -3586,13 +3614,19 @@
|
|
|
3586
3614
|
"dist",
|
|
3587
3615
|
"commands",
|
|
3588
3616
|
"team",
|
|
3589
|
-
"
|
|
3617
|
+
"edit.js"
|
|
3590
3618
|
]
|
|
3591
3619
|
},
|
|
3592
|
-
"team:
|
|
3620
|
+
"team:get": {
|
|
3593
3621
|
"aliases": [],
|
|
3594
|
-
"args": {
|
|
3595
|
-
|
|
3622
|
+
"args": {
|
|
3623
|
+
"team_id": {
|
|
3624
|
+
"description": "Team ID",
|
|
3625
|
+
"name": "team_id",
|
|
3626
|
+
"required": true
|
|
3627
|
+
}
|
|
3628
|
+
},
|
|
3629
|
+
"description": "Get a team by ID",
|
|
3596
3630
|
"flags": {
|
|
3597
3631
|
"json": {
|
|
3598
3632
|
"description": "Format output as json.",
|
|
@@ -3628,7 +3662,7 @@
|
|
|
3628
3662
|
},
|
|
3629
3663
|
"hasDynamicHelp": false,
|
|
3630
3664
|
"hiddenAliases": [],
|
|
3631
|
-
"id": "team:
|
|
3665
|
+
"id": "team:get",
|
|
3632
3666
|
"pluginAlias": "faces-cli",
|
|
3633
3667
|
"pluginName": "faces-cli",
|
|
3634
3668
|
"pluginType": "core",
|
|
@@ -3639,19 +3673,13 @@
|
|
|
3639
3673
|
"dist",
|
|
3640
3674
|
"commands",
|
|
3641
3675
|
"team",
|
|
3642
|
-
"
|
|
3676
|
+
"get.js"
|
|
3643
3677
|
]
|
|
3644
3678
|
},
|
|
3645
|
-
"team:
|
|
3679
|
+
"team:list": {
|
|
3646
3680
|
"aliases": [],
|
|
3647
|
-
"args": {
|
|
3648
|
-
|
|
3649
|
-
"description": "Team ID",
|
|
3650
|
-
"name": "team_id",
|
|
3651
|
-
"required": true
|
|
3652
|
-
}
|
|
3653
|
-
},
|
|
3654
|
-
"description": "List members of a team",
|
|
3681
|
+
"args": {},
|
|
3682
|
+
"description": "List your teams",
|
|
3655
3683
|
"flags": {
|
|
3656
3684
|
"json": {
|
|
3657
3685
|
"description": "Format output as json.",
|
|
@@ -3687,7 +3715,7 @@
|
|
|
3687
3715
|
},
|
|
3688
3716
|
"hasDynamicHelp": false,
|
|
3689
3717
|
"hiddenAliases": [],
|
|
3690
|
-
"id": "team:
|
|
3718
|
+
"id": "team:list",
|
|
3691
3719
|
"pluginAlias": "faces-cli",
|
|
3692
3720
|
"pluginName": "faces-cli",
|
|
3693
3721
|
"pluginType": "core",
|
|
@@ -3698,24 +3726,19 @@
|
|
|
3698
3726
|
"dist",
|
|
3699
3727
|
"commands",
|
|
3700
3728
|
"team",
|
|
3701
|
-
"
|
|
3729
|
+
"list.js"
|
|
3702
3730
|
]
|
|
3703
3731
|
},
|
|
3704
|
-
"team:
|
|
3732
|
+
"team:members": {
|
|
3705
3733
|
"aliases": [],
|
|
3706
3734
|
"args": {
|
|
3707
3735
|
"team_id": {
|
|
3708
3736
|
"description": "Team ID",
|
|
3709
3737
|
"name": "team_id",
|
|
3710
3738
|
"required": true
|
|
3711
|
-
},
|
|
3712
|
-
"alias": {
|
|
3713
|
-
"description": "Face alias to remove",
|
|
3714
|
-
"name": "alias",
|
|
3715
|
-
"required": true
|
|
3716
3739
|
}
|
|
3717
3740
|
},
|
|
3718
|
-
"description": "
|
|
3741
|
+
"description": "List members of a team",
|
|
3719
3742
|
"flags": {
|
|
3720
3743
|
"json": {
|
|
3721
3744
|
"description": "Format output as json.",
|
|
@@ -3751,7 +3774,7 @@
|
|
|
3751
3774
|
},
|
|
3752
3775
|
"hasDynamicHelp": false,
|
|
3753
3776
|
"hiddenAliases": [],
|
|
3754
|
-
"id": "team:
|
|
3777
|
+
"id": "team:members",
|
|
3755
3778
|
"pluginAlias": "faces-cli",
|
|
3756
3779
|
"pluginName": "faces-cli",
|
|
3757
3780
|
"pluginType": "core",
|
|
@@ -3762,19 +3785,24 @@
|
|
|
3762
3785
|
"dist",
|
|
3763
3786
|
"commands",
|
|
3764
3787
|
"team",
|
|
3765
|
-
"
|
|
3788
|
+
"members.js"
|
|
3766
3789
|
]
|
|
3767
3790
|
},
|
|
3768
|
-
"team:
|
|
3791
|
+
"team:remove": {
|
|
3769
3792
|
"aliases": [],
|
|
3770
3793
|
"args": {
|
|
3771
3794
|
"team_id": {
|
|
3772
3795
|
"description": "Team ID",
|
|
3773
3796
|
"name": "team_id",
|
|
3774
3797
|
"required": true
|
|
3798
|
+
},
|
|
3799
|
+
"alias": {
|
|
3800
|
+
"description": "Face alias to remove",
|
|
3801
|
+
"name": "alias",
|
|
3802
|
+
"required": true
|
|
3775
3803
|
}
|
|
3776
3804
|
},
|
|
3777
|
-
"description": "
|
|
3805
|
+
"description": "Remove a face from a team",
|
|
3778
3806
|
"flags": {
|
|
3779
3807
|
"json": {
|
|
3780
3808
|
"description": "Format output as json.",
|
|
@@ -3806,39 +3834,11 @@
|
|
|
3806
3834
|
"hasDynamicHelp": false,
|
|
3807
3835
|
"multiple": false,
|
|
3808
3836
|
"type": "option"
|
|
3809
|
-
},
|
|
3810
|
-
"name": {
|
|
3811
|
-
"description": "New team name",
|
|
3812
|
-
"name": "name",
|
|
3813
|
-
"hasDynamicHelp": false,
|
|
3814
|
-
"multiple": false,
|
|
3815
|
-
"type": "option"
|
|
3816
|
-
},
|
|
3817
|
-
"description": {
|
|
3818
|
-
"description": "New description (max 1500 chars)",
|
|
3819
|
-
"name": "description",
|
|
3820
|
-
"hasDynamicHelp": false,
|
|
3821
|
-
"multiple": false,
|
|
3822
|
-
"type": "option"
|
|
3823
|
-
},
|
|
3824
|
-
"protocol": {
|
|
3825
|
-
"description": "New protocol content",
|
|
3826
|
-
"name": "protocol",
|
|
3827
|
-
"hasDynamicHelp": false,
|
|
3828
|
-
"multiple": false,
|
|
3829
|
-
"type": "option"
|
|
3830
|
-
},
|
|
3831
|
-
"protocol-file": {
|
|
3832
|
-
"description": "Read protocol from file",
|
|
3833
|
-
"name": "protocol-file",
|
|
3834
|
-
"hasDynamicHelp": false,
|
|
3835
|
-
"multiple": false,
|
|
3836
|
-
"type": "option"
|
|
3837
3837
|
}
|
|
3838
3838
|
},
|
|
3839
3839
|
"hasDynamicHelp": false,
|
|
3840
3840
|
"hiddenAliases": [],
|
|
3841
|
-
"id": "team:
|
|
3841
|
+
"id": "team:remove",
|
|
3842
3842
|
"pluginAlias": "faces-cli",
|
|
3843
3843
|
"pluginName": "faces-cli",
|
|
3844
3844
|
"pluginType": "core",
|
|
@@ -3849,7 +3849,7 @@
|
|
|
3849
3849
|
"dist",
|
|
3850
3850
|
"commands",
|
|
3851
3851
|
"team",
|
|
3852
|
-
"
|
|
3852
|
+
"remove.js"
|
|
3853
3853
|
]
|
|
3854
3854
|
},
|
|
3855
3855
|
"billing:subscription:activate": {
|
|
@@ -5894,5 +5894,5 @@
|
|
|
5894
5894
|
]
|
|
5895
5895
|
}
|
|
5896
5896
|
},
|
|
5897
|
-
"version": "1.6.
|
|
5897
|
+
"version": "1.6.13"
|
|
5898
5898
|
}
|